aboutsummaryrefslogtreecommitdiff
path: root/src/core/endpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/endpt.h')
-rw-r--r--src/core/endpt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h
index 695ef79a..92e3450a 100644
--- a/src/core/endpt.h
+++ b/src/core/endpt.h
@@ -16,7 +16,8 @@
// OUSIDE of the core is STRICTLY VERBOTEN. NO DIRECT ACCESS BY PROTOCOLS
// OR TRANSPORTS.
struct nng_endpt {
- nni_endpt_ops ep_ops;
+ nni_tran_ep ep_ops;
+ nni_tran *ep_tran;
void * ep_data; // Transport private
nni_list_node ep_node; // Per socket list
nni_sock * ep_sock;