diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svcsock.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h index db312a1e2eeb..cef11a6e81e9 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h | |||
| @@ -74,4 +74,11 @@ int svc_addsock(struct svc_serv *serv, | |||
| 74 | char *name_return, | 74 | char *name_return, |
| 75 | int *proto); | 75 | int *proto); |
| 76 | 76 | ||
| 77 | /* | ||
| 78 | * svc_makesock socket characteristics | ||
| 79 | */ | ||
| 80 | #define SVC_SOCK_DEFAULTS (0U) | ||
| 81 | #define SVC_SOCK_ANONYMOUS (1U << 0) /* don't register with pmap */ | ||
| 82 | #define SVC_SOCK_TEMPORARY (1U << 1) /* flag socket as temporary */ | ||
| 83 | |||
| 77 | #endif /* SUNRPC_SVCSOCK_H */ | 84 | #endif /* SUNRPC_SVCSOCK_H */ |
