[][src]Function libfuse_sys::fuse_loop

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

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