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 7b99125..edd66f8 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -49,6 +49,8 @@ struct fuse_ll { int atomic_o_trunc; int no_remote_lock; int big_writes; + int no_splice_write; + int no_splice_move; struct fuse_lowlevel_ops op; int got_init; struct cuse_data *cuse_data; @@ -59,6 +61,7 @@ struct fuse_ll { struct fuse_req interrupts; pthread_mutex_t lock; int got_destroy; + pthread_key_t pipe_key; }; struct fuse_cmd { |