diff options
Diffstat (limited to 'include/linux/sunrpc/svc_xprt.h')
-rw-r--r-- | include/linux/sunrpc/svc_xprt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc_xprt.h b/include/linux/sunrpc/svc_xprt.h index 199cfcb9860b..85df97acc2d0 100644 --- a/include/linux/sunrpc/svc_xprt.h +++ b/include/linux/sunrpc/svc_xprt.h | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/sunrpc/svc.h> | 10 | #include <linux/sunrpc/svc.h> |
11 | 11 | ||
12 | struct svc_xprt_ops { | 12 | struct svc_xprt_ops { |
13 | int (*xpo_has_wspace)(struct svc_xprt *); | ||
13 | int (*xpo_recvfrom)(struct svc_rqst *); | 14 | int (*xpo_recvfrom)(struct svc_rqst *); |
14 | void (*xpo_prep_reply_hdr)(struct svc_rqst *); | 15 | void (*xpo_prep_reply_hdr)(struct svc_rqst *); |
15 | int (*xpo_sendto)(struct svc_rqst *); | 16 | int (*xpo_sendto)(struct svc_rqst *); |