[][src]Function libfuse_sys::fuse_lowlevel::fuse_chan_send

pub unsafe extern "C" fn fuse_chan_send(
    ch: *mut fuse_chan,
    iov: *const iovec,
    count: usize
) -> c_int

Send a raw reply

A return value of -ENOENT means, that the request was interrupted, and the reply was discarded

@param ch the channel @param iov vector of blocks @param count the number of blocks in vector @return zero on success, -errno on failure