fuse_session_remove_chan

Function fuse_session_remove_chan 

Source
pub unsafe extern "C" fn fuse_session_remove_chan(ch: *mut fuse_chan)
Expand description

Remove a channel from a session

If the channel is not assigned to a session, then this is a no-op

@param ch the channel to remove