diff options
Diffstat (limited to 'src/core/endpt.h')
| -rw-r--r-- | src/core/endpt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h index 4054a997..7512daa8 100644 --- a/src/core/endpt.h +++ b/src/core/endpt.h @@ -16,7 +16,7 @@ // OUSIDE of the core is STRICTLY VERBOTEN. NO DIRECT ACCESS BY PROTOCOLS // OR TRANSPORTS. struct nng_endpt { - struct nni_endpt_ops ep_ops; + nni_endpt_ops ep_ops; void * ep_data; // Transport private nni_list_node ep_sock_node; // Per socket list nni_socket * ep_sock; |
