aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svcsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/svcsock.h')
-rw-r--r--include/linux/sunrpc/svcsock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h
index 1b353a76c304..3a45a80760b9 100644
--- a/include/linux/sunrpc/svcsock.h
+++ b/include/linux/sunrpc/svcsock.h
@@ -45,6 +45,7 @@ int svc_sock_names(struct svc_serv *serv, char *buf,
45int svc_addsock(struct svc_serv *serv, const int fd, 45int svc_addsock(struct svc_serv *serv, const int fd,
46 char *name_return, const size_t len); 46 char *name_return, const size_t len);
47void svc_init_xprt_sock(void); 47void svc_init_xprt_sock(void);
48void svc_init_bc_xprt_sock(void);
48void svc_cleanup_xprt_sock(void); 49void svc_cleanup_xprt_sock(void);
49struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot); 50struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot);
50void svc_sock_destroy(struct svc_xprt *); 51void svc_sock_destroy(struct svc_xprt *);