diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-03-03 14:44:30 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-03-03 14:44:30 +0000 |
| commit | ceb5a304ca30755c8c9640612c364430b05f4fa2 (patch) | |
| tree | b3cd9e2b661d618bbc2b5d7ede90bf2052ff9f4a /include/rpc | |
| parent | 657592fd65cbd6d24b424fc9902830a8c80b75bc (diff) | |
Notes
Diffstat (limited to 'include/rpc')
| -rw-r--r-- | include/rpc/svc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rpc/svc.h b/include/rpc/svc.h index f5652fcb164c..53b1815bd0b0 100644 --- a/include/rpc/svc.h +++ b/include/rpc/svc.h @@ -89,6 +89,7 @@ enum xprt_stat { */ typedef struct __rpc_svcxprt { int xp_fd; +#define xp_sock xp_fd u_short xp_port; /* associated port number */ const struct xp_ops { /* receive incoming requests */ |
