diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sunrpc/svc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 64f3d60c72af..1178689b9156 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
@@ -368,5 +368,8 @@ int svc_register(struct svc_serv *, int, unsigned short); | |||
368 | void svc_wake_up(struct svc_serv *); | 368 | void svc_wake_up(struct svc_serv *); |
369 | void svc_reserve(struct svc_rqst *rqstp, int space); | 369 | void svc_reserve(struct svc_rqst *rqstp, int space); |
370 | struct svc_pool * svc_pool_for_cpu(struct svc_serv *serv, int cpu); | 370 | struct svc_pool * svc_pool_for_cpu(struct svc_serv *serv, int cpu); |
371 | char * svc_print_addr(struct svc_rqst *, char *, size_t); | ||
372 | |||
373 | #define RPC_MAX_ADDRBUFLEN (63U) | ||
371 | 374 | ||
372 | #endif /* SUNRPC_SVC_H */ | 375 | #endif /* SUNRPC_SVC_H */ |