diff options
Diffstat (limited to 'tools/virtiofsd/fuse_i.h')
-rw-r--r-- | tools/virtiofsd/fuse_i.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/virtiofsd/fuse_i.h b/tools/virtiofsd/fuse_i.h index 4e47e5880d..1240828208 100644 --- a/tools/virtiofsd/fuse_i.h +++ b/tools/virtiofsd/fuse_i.h @@ -10,7 +10,6 @@ #define FUSE_I_H #define FUSE_USE_VERSION 31 -#include "fuse.h" #include "fuse_lowlevel.h" struct fv_VuDev; @@ -82,21 +81,6 @@ struct fuse_chan { struct fv_QueueInfo *qi; }; -/** - * Filesystem module - * - * Filesystem modules are registered with the FUSE_REGISTER_MODULE() - * macro. - * - */ -struct fuse_module { - char *name; - fuse_module_factory_t factory; - struct fuse_module *next; - struct fusemod_so *so; - int ctr; -}; - int fuse_send_reply_iov_nofree(fuse_req_t req, int error, struct iovec *iov, int count); void fuse_free_req(fuse_req_t req); |