fuse_get_context

Function fuse_get_context 

Source
pub unsafe extern "C" fn fuse_get_context() -> *mut fuse_context
Expand description

Get the current context

The context is only valid for the duration of a filesystem operation, and thus must not be stored and used later.

@return the context