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.h1
1 files changed, 1 insertions, 0 deletions
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)
};