fuse_daemonize

Function fuse_daemonize 

Source
pub unsafe extern "C" fn fuse_daemonize(foreground: c_int) -> c_int
Expand description

Go into the background

@param foreground if true, stay in the foreground @return 0 on success, -1 on failure