diff options
Diffstat (limited to 'support/include/misc.h')
-rw-r--r-- | support/include/misc.h | 3 |
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 */ |