diff options
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/nfsrpc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/include/nfsrpc.h b/support/include/nfsrpc.h index 6ebefca..d50fe94 100644 --- a/support/include/nfsrpc.h +++ b/support/include/nfsrpc.h @@ -27,6 +27,12 @@ #include <rpc/clnt.h> /* + * IANA does not define an IP protocol number for RDMA transports. + * Choose an arbitrary value we can use locally. + */ +#define NFSPROTO_RDMA (3939) + +/* * Conventional RPC program numbers */ #ifndef RPCBPROG |