diff options
Diffstat (limited to 'include/linux/sunrpc/svc_xprt.h')
-rw-r--r-- | include/linux/sunrpc/svc_xprt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc_xprt.h b/include/linux/sunrpc/svc_xprt.h index 01ee7bc2c374..f032fb6b32e9 100644 --- a/include/linux/sunrpc/svc_xprt.h +++ b/include/linux/sunrpc/svc_xprt.h | |||
@@ -13,6 +13,8 @@ struct svc_xprt_ops { | |||
13 | int (*xpo_recvfrom)(struct svc_rqst *); | 13 | int (*xpo_recvfrom)(struct svc_rqst *); |
14 | int (*xpo_sendto)(struct svc_rqst *); | 14 | int (*xpo_sendto)(struct svc_rqst *); |
15 | void (*xpo_release_rqst)(struct svc_rqst *); | 15 | void (*xpo_release_rqst)(struct svc_rqst *); |
16 | void (*xpo_detach)(struct svc_xprt *); | ||
17 | void (*xpo_free)(struct svc_xprt *); | ||
16 | }; | 18 | }; |
17 | 19 | ||
18 | struct svc_xprt_class { | 20 | struct svc_xprt_class { |