diff options
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r-- | lib/fuse_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 1f1787e..225ff7d 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -71,6 +71,8 @@ struct fuse_ll { int no_splice_write; int no_splice_move; int no_splice_read; + int auto_inval_data; + int no_auto_inval_data; struct fuse_lowlevel_ops op; int got_init; struct cuse_data *cuse_data; |