fuse_start_cleanup_thread

Function fuse_start_cleanup_thread 

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

Start the cleanup thread when using option “remember”.

This is done automatically by fuse_loop_mt() @param fuse struct fuse pointer for fuse instance @return 0 on success and -1 on error