aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_xprt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/svc_xprt.h')
-rw-r--r--include/linux/sunrpc/svc_xprt.h1
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
12struct svc_xprt_ops { 12struct 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 *);