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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h
index 063dcb7b..0fa69678 100644
--- a/src/core/endpt.h
+++ b/src/core/endpt.h
@@ -24,8 +24,8 @@ struct nng_endpt {
nni_thread_t ep_dialer;
nni_thread_t ep_listener;
int ep_close;
- nni_mutex_t ep_mx;
- nni_cond_t ep_cv;
+ nni_mutex ep_mx;
+ nni_cond ep_cv;
};
int nni_endpt_create(nni_endpt **, nni_socket *, const char *);