aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
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 4bbcbd6..62af9f2 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -23,6 +23,8 @@ struct fuse_session {
struct fuse_chan {
struct fuse_session *se;
+ pthread_mutex_t lock;
+ int ctr;
int fd;
};
@@ -78,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;