From da355f79362f5724f75147dfd51d58d6ee3e552d Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 24 Mar 2025 23:18:10 +0100 Subject: Add support for ring creation in fuse_lowlevel.c Signed-off-by: Bernd Schubert --- lib/fuse_i.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fuse_i.h') 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; }; -- cgit v1.2.3