aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-14 19:47:32 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-14 19:47:32 -0800
commit73bfe763aa4fafa0b582781fbc783cd0122c9632 (patch)
treef805495d2eecb1d366f4322126212d28aed11245 /include
parent387cfeffe61ded70ac79dbd8dcddb47e7e9008a2 (diff)
Make max_background and congestion_threshold "officially undocumented"
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 4363e40..dc19083 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -280,13 +280,18 @@ struct fuse_conn_info {
unsigned want;
/**
- * Maximum number of backgrounded requests
+ * Maximum number of backgrounded requests. If you want to
+ * know what this means, please refer to the kernel source
+ * (and, ideally, submit a brief explanation that can be
+ * included here).
*/
unsigned max_background;
/**
-
- * Kernel congestion threshold parameter
+ * Kernel congestion threshold parameter. If you want to
+ * know what this means, please refer to the kernel source
+ * (and, ideally, submit a brief explanation that can be
+ * included here).
*/
unsigned congestion_threshold;