diff options
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r-- | lib/fuse_i.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 5823743..30fe415 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -74,6 +74,10 @@ struct fuse_ll { int no_auto_inval_data; int no_readdirplus; int no_readdirplus_auto; + int async_dio; + int no_async_dio; + int writeback_cache; + int no_writeback_cache; struct fuse_lowlevel_ops op; int got_init; struct cuse_data *cuse_data; |