From 4771d04fb589c406ff8b2fc1b4edf93b2df42515 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 6 Jun 2017 09:10:07 -0700 Subject: Endpoint now holds a reference on the socket. --- src/core/endpt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/endpt.h') diff --git a/src/core/endpt.h b/src/core/endpt.h index 0dc0433d..a9029cc9 100644 --- a/src/core/endpt.h +++ b/src/core/endpt.h @@ -30,6 +30,7 @@ struct nni_ep { int ep_mode; int ep_close; // full shutdown int ep_bound; // true if we bound locally + nni_mtx ep_mtx; nni_cv ep_cv; nni_pipe * ep_pipe; // Connected pipe (dialers only) }; -- cgit v1.2.3-70-g09d2