X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fmisc.h;h=eedc1feaf4eaa712e0b725c77bb9a732c83bb38b;hb=9f660799d03e6235015ada0a1c22a87073ee6cc3;hp=bc5ba235e15dd0fa1931b1f2e9542ca681db113b;hpb=38861db18a0687aaf483ea0bf03bf8c928ca0980;p=nfs-utils.git 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 */