nfs-ganesha 1.4
|
#include <ganesha_fuse_ll_wrap.h>
Public Attributes | |
int(* | receive )(struct ganefuse_chan **chp, char *buf, size_t size) |
int(* | send )(struct ganefuse_chan *ch, const struct iovec iov[], size_t count) |
void(* | destroy )(struct ganefuse_chan *ch) |
Definition at line 283 of file ganesha_fuse_ll_wrap.h.
void(* ganefuse_chan_ops::destroy)(struct ganefuse_chan *ch) |
Definition at line 287 of file ganesha_fuse_ll_wrap.h.
int(* ganefuse_chan_ops::receive)(struct ganefuse_chan **chp, char *buf, size_t size) |
Definition at line 285 of file ganesha_fuse_ll_wrap.h.
int(* ganefuse_chan_ops::send)(struct ganefuse_chan *ch, const struct iovec iov[], size_t count) |
Definition at line 286 of file ganesha_fuse_ll_wrap.h.