summaryrefslogtreecommitdiffstats
path: root/support/include/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/misc.h')
-rw-r--r--support/include/misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/include/misc.h b/support/include/misc.h
index bc5ba23..eedc1fe 100644
--- a/support/include/misc.h
+++ b/support/include/misc.h
@@ -17,4 +17,7 @@ int weakrandomkey(unsigned char *keyout, int len);
extern int is_mountpoint(char *path);
+/* size of the file pointer buffers for rpc procfs files */
+#define RPC_CHAN_BUF_SIZE 32768
+
#endif /* MISC_H */