[][src]Function libfuse_sys::fuse::fuse_interrupted

pub unsafe extern "C" fn fuse_interrupted() -> c_int

Check if the current request has already been interrupted

@return 1 if the request has been interrupted, 0 otherwise