svc: Add per-transport delete functions
[safe/jmp/linux-2.6] / include / linux / sunrpc / svc_xprt.h
index 01ee7bc..f032fb6 100644 (file)
@@ -13,6 +13,8 @@ struct svc_xprt_ops {
        int             (*xpo_recvfrom)(struct svc_rqst *);
        int             (*xpo_sendto)(struct svc_rqst *);
        void            (*xpo_release_rqst)(struct svc_rqst *);
+       void            (*xpo_detach)(struct svc_xprt *);
+       void            (*xpo_free)(struct svc_xprt *);
 };
 
 struct svc_xprt_class {