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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 446842a..c8aa279 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -67,6 +67,8 @@ struct fuse_session {
int writeback_cache;
int no_writeback_cache;
int clone_fd;
+ int async_read;
+ int sync_read;
struct fuse_lowlevel_ops op;
int got_init;
struct cuse_data *cuse_data;