pub unsafe extern "C" fn fuse_chan_session(
ch: *mut fuse_chan,
) -> *mut fuse_sessionExpand description
Query the session to which this channel is assigned
@param ch the channel @return the session, or NULL if the channel is not assigned
pub unsafe extern "C" fn fuse_chan_session(
ch: *mut fuse_chan,
) -> *mut fuse_sessionQuery the session to which this channel is assigned
@param ch the channel @return the session, or NULL if the channel is not assigned