diff options
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 fc05cfbd5805..bc80fcfdd892 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -237,6 +237,7 @@ void xprt_set_timeout(struct rpc_timeout *to, unsigned int retr, unsigned long | |||
237 | /* | 237 | /* |
238 | * Generic internal transport functions | 238 | * Generic internal transport functions |
239 | */ | 239 | */ |
240 | struct rpc_xprt * xprt_create_transport(int proto, struct sockaddr *addr, size_t size, struct rpc_timeout *toparms); | ||
240 | void xprt_connect(struct rpc_task *task); | 241 | void xprt_connect(struct rpc_task *task); |
241 | void xprt_reserve(struct rpc_task *task); | 242 | void xprt_reserve(struct rpc_task *task); |
242 | int xprt_reserve_xprt(struct rpc_task *task); | 243 | int xprt_reserve_xprt(struct rpc_task *task); |