aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2015-05-18 16:55:20 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2015-05-18 16:55:20 +0200
commita5a00e9b7dd8c8dfef17523dccb3051e1f1dd5a2 (patch)
tree94f6c75df3c511fe484c0fb0f00d91994a2d9d5a /lib/fuse_i.h
parent62771d7f003c09166663b02f8d500b5cbec7dec9 (diff)
libfuse: add "clone_fd" option
This creates a separate device file descriptor for each processing thread, which might improve performance.
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 16adc69..62af9f2 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -80,6 +80,7 @@ struct fuse_ll {
int no_async_dio;
int writeback_cache;
int no_writeback_cache;
+ int clone_fd;
struct fuse_lowlevel_ops op;
int got_init;
struct cuse_data *cuse_data;