aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
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 b643e90..23e58ef 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -61,6 +61,7 @@ struct fuse_notify_req {
};
struct fuse_session_uring {
+ bool enable;
unsigned int q_depth;
struct fuse_ring_pool *pool;
};