[][src]Function libfuse_sys::fuse::fuse_start_cleanup_thread

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

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