From f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Jan 2017 12:57:53 -0800 Subject: Transport renaming. --- src/core/endpt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/endpt.h') 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; -- cgit v1.2.3-70-g09d2