diff options
Diffstat (limited to 'src/core/defs.h')
| -rw-r--r-- | src/core/defs.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/defs.h b/src/core/defs.h index 0fe894b1..7c9090d0 100644 --- a/src/core/defs.h +++ b/src/core/defs.h @@ -18,11 +18,14 @@ #define NNI_ARG_UNUSED(x) ((void) x); // These types are common but have names shared with user space. -typedef struct nng_socket nni_socket; -typedef struct nng_endpt nni_endpt; +typedef struct nng_socket nni_sock; +typedef struct nng_endpt nni_ep; typedef struct nng_pipe nni_pipe; typedef struct nng_msg nni_msg; +// REMOVE THESE +typedef struct nng_endpt nni_endpt; + // These are our own names. typedef struct nni_transport nni_transport; typedef struct nni_endpt_ops nni_endpt_ops; |
