fuse_req_ctx

Function fuse_req_ctx 

Source
pub unsafe extern "C" fn fuse_req_ctx(
    req: fuse_req_t,
) -> *const fuse_ctx
Expand description

Get the context from the request

The pointer returned by this function will only be valid for the request’s lifetime

@param req request handle @return the context structure