diff options
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r-- | lib/fuse_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 9d0de58..d35d5f3 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -63,6 +63,9 @@ struct fuse_ll { int atomic_o_trunc; int no_remote_lock; int big_writes; + int splice_write; + int splice_move; + int splice_read; int no_splice_write; int no_splice_move; int no_splice_read; |