Antonio SJ Musumeci 3 weeks ago
parent
commit
d30227392d
  1. 2
      libfuse/include/fuse.h

2
libfuse/include/fuse.h

@ -552,6 +552,8 @@ struct fuse_operations
int (*removemapping)();
int (*syncfs)();
int (*tmpfile)(const char *, mode_t, fuse_file_info_t *);
int (*statx)();
int (*lseek)();
};
/** Extra context that may be needed by some filesystems

Loading…
Cancel
Save