From 1091d73a2872d9794a2f2886e5ed73d6a40766f8 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 17 Jun 2010 11:54:26 +0000 Subject: Add fuse_reply_fd() reply function to the low level interface --- lib/fuse_i.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/fuse_i.h') 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 { -- cgit v1.2.3