diff options
author | \"Talpey, Thomas\ <Thomas.Talpey@netapp.com> | 2007-09-10 13:43:05 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-10-09 17:17:20 -0400 |
commit | 4417c8c41a51a2ae95b2a2fa2811640b368c4151 (patch) | |
tree | 40b585df4a75d86c3c97ca69f94508a020ced64d /include/linux/sunrpc/xprt.h | |
parent | 4f40ee4a02a2d017b714d5b2faaf5c25bf9eae47 (diff) |
SUNRPC: export per-transport rpcbind netid's
The rpcbind (v3+) netid is provided by each RPC client transport. This fixes
an omission in IPv6 rpcbind client support, and enables future extension.
Signed-off-by: Tom Talpey <tmt@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 902a9c0a2d9a..513b0657e14d 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -56,6 +56,7 @@ enum rpc_display_format_t { | |||
56 | RPC_DISPLAY_HEX_ADDR, | 56 | RPC_DISPLAY_HEX_ADDR, |
57 | RPC_DISPLAY_HEX_PORT, | 57 | RPC_DISPLAY_HEX_PORT, |
58 | RPC_DISPLAY_UNIVERSAL_ADDR, | 58 | RPC_DISPLAY_UNIVERSAL_ADDR, |
59 | RPC_DISPLAY_NETID, | ||
59 | RPC_DISPLAY_MAX, | 60 | RPC_DISPLAY_MAX, |
60 | }; | 61 | }; |
61 | 62 | ||