fuse_req_interrupted

Function fuse_req_interrupted 

Source
pub unsafe extern "C" fn fuse_req_interrupted(
    req: fuse_req_t,
) -> c_int
Expand description

Check if a request has already been interrupted

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