aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2010-07-12 17:17:25 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2010-07-12 17:17:25 +0200
commit2709f9a53d94a2c181511a66a33a6f0f80d1b281 (patch)
treeb349acd7f36f2cf77a0f15a327060b0c950c05f5 /lib/fuse_i.h
parent5454e4fa74390b7c16cf37efb0ec11c0c9faad1c (diff)
libfuse: add buffer interface
Add a generic buffer interface for use with I/O. Buffer vectors are supplied and each buffer in the vector may be a memory pointer or a file descriptor. The fuse_reply_fd() interface is converted to using buffers.
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index edd66f8..0206336 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -62,6 +62,7 @@ struct fuse_ll {
pthread_mutex_t lock;
int got_destroy;
pthread_key_t pipe_key;
+ int broken_splice_nonblock;
};
struct fuse_cmd {