aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2010-06-17 11:54:26 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2010-06-17 11:54:26 +0000
commit1091d73a2872d9794a2f2886e5ed73d6a40766f8 (patch)
treefc2787157c7692bcfd4dfdba492f68b043a87395 /lib/fuse_i.h
parentca14187b22fb3551f049969da69c0ce33e4d35e4 (diff)
Add fuse_reply_fd() reply function to the low level interface
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h3
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 {