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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h
index 757d58ce..28a52e81 100644
--- a/src/core/endpt.h
+++ b/src/core/endpt.h
@@ -25,7 +25,7 @@ struct nng_endpt {
int ep_mode;
int ep_close; // full shutdown
int ep_bound; // true if we bound locally
- nni_cond ep_cv;
+ nni_cv ep_cv;
nni_pipe * ep_pipe; // Connected pipe (dialers only)
};