fuse_loop

Function fuse_loop 

Source
pub unsafe extern "C" fn fuse_loop(f: *mut fuse) -> c_int
Expand description

FUSE event loop.

Requests from the kernel are processed, and the appropriate operations are called.

@param f the FUSE handle @return 0 if no error occurred, -1 otherwise