From ee45cbf4498a3c1d1868469bdb0c767d66c278e4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Dec 2016 20:52:45 -0800 Subject: Endpoint dialer implemented. --- src/core/endpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/endpt.h') 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; -- cgit v1.2.3-70-g09d2