diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index c9477f022efb..ac08e99a81cb 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -134,6 +134,7 @@ struct rpc_xprt_ops { | |||
134 | void (*set_buffer_size)(struct rpc_xprt *xprt); | 134 | void (*set_buffer_size)(struct rpc_xprt *xprt); |
135 | void (*connect)(struct rpc_task *task); | 135 | void (*connect)(struct rpc_task *task); |
136 | int (*send_request)(struct rpc_task *task); | 136 | int (*send_request)(struct rpc_task *task); |
137 | void (*set_retrans_timeout)(struct rpc_task *task); | ||
137 | void (*close)(struct rpc_xprt *xprt); | 138 | void (*close)(struct rpc_xprt *xprt); |
138 | void (*destroy)(struct rpc_xprt *xprt); | 139 | void (*destroy)(struct rpc_xprt *xprt); |
139 | }; | 140 | }; |
@@ -245,6 +246,8 @@ static inline u32 *xprt_skip_transport_header(struct rpc_xprt *xprt, u32 *p) | |||
245 | /* | 246 | /* |
246 | * Transport switch helper functions | 247 | * Transport switch helper functions |
247 | */ | 248 | */ |
249 | void xprt_set_retrans_timeout_def(struct rpc_task *task); | ||
250 | void xprt_set_retrans_timeout_rtt(struct rpc_task *task); | ||
248 | void xprt_wake_pending_tasks(struct rpc_xprt *xprt, int status); | 251 | void xprt_wake_pending_tasks(struct rpc_xprt *xprt, int status); |
249 | void xprt_wait_for_buffer_space(struct rpc_task *task); | 252 | void xprt_wait_for_buffer_space(struct rpc_task *task); |
250 | void xprt_write_space(struct rpc_xprt *xprt); | 253 | void xprt_write_space(struct rpc_xprt *xprt); |