diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2007-03-29 16:48:04 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-05-01 01:17:12 -0400 |
commit | a509050bd3b8e0aa269c2241aa10d74ca7701e2f (patch) | |
tree | 47860feb054c6c286fd10c7d19a5ed3c3efb5c32 /include/linux/sunrpc/xprt.h | |
parent | c5a4dd8b7c15927a8fbff83171b57cad675a79b9 (diff) |
SUNRPC: introduce rpcbind: replacement for in-kernel portmapper
Introduce a replacement for the in-kernel portmapper client that supports
all 3 versions of the rpcbind protocol. This code is not used yet.
Original code by Groupe Bull updated for the latest kernel, with multiple
bug fixes.
Note that rpcb_clnt.c does not yet support registering via versions 3 and
4 of the rpcbind protocol. That is planned for a later patch.
Signed-off-by: Chuck Lever <chuck.lever@oracle.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 745afc1d3068..fa89ce6ce076 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -152,6 +152,7 @@ struct rpc_xprt { | |||
152 | unsigned long state; /* transport state */ | 152 | unsigned long state; /* transport state */ |
153 | unsigned char shutdown : 1, /* being shut down */ | 153 | unsigned char shutdown : 1, /* being shut down */ |
154 | resvport : 1; /* use a reserved port */ | 154 | resvport : 1; /* use a reserved port */ |
155 | unsigned int bind_index; /* bind function index */ | ||
155 | 156 | ||
156 | /* | 157 | /* |
157 | * Connection of transports | 158 | * Connection of transports |