diff options
Diffstat (limited to 'include/linux/sunrpc')
-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 009a3bb4f997..d5223993fca9 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -232,6 +232,7 @@ void xprt_reserve(struct rpc_task *); | |||
232 | int xprt_prepare_transmit(struct rpc_task *); | 232 | int xprt_prepare_transmit(struct rpc_task *); |
233 | void xprt_transmit(struct rpc_task *); | 233 | void xprt_transmit(struct rpc_task *); |
234 | void xprt_receive(struct rpc_task *); | 234 | void xprt_receive(struct rpc_task *); |
235 | void xprt_wake_pending_tasks(struct rpc_xprt *, int); | ||
235 | int xprt_adjust_timeout(struct rpc_rqst *req); | 236 | int xprt_adjust_timeout(struct rpc_rqst *req); |
236 | void xprt_release(struct rpc_task *); | 237 | void xprt_release(struct rpc_task *); |
237 | void xprt_connect(struct rpc_task *); | 238 | void xprt_connect(struct rpc_task *); |