summaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 6930a20..42f0e5f 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -128,6 +128,13 @@ struct fuse_loop_config
* The special value of -1 means that this parameter is disabled.
*/
int max_idle_threads;
+
+ /**
+ * max number of threads taking and processing kernel requests
+ *
+ * As of now threads are created dynamically
+ */
+ unsigned int max_threads;
};
#endif