aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/socket.h')
-rw-r--r--src/core/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/socket.h b/src/core/socket.h
index 62c5ccb5..8d72c5e6 100644
--- a/src/core/socket.h
+++ b/src/core/socket.h
@@ -14,8 +14,8 @@
// OUSIDE of the core is STRICTLY VERBOTEN. NO DIRECT ACCESS BY PROTOCOLS OR
// TRANSPORTS.
struct nng_socket {
- nni_mutex s_mx;
- nni_cond s_cv;
+ nni_mtx s_mx;
+ nni_cv s_cv;
nni_msgqueue * s_uwq; // Upper write queue
nni_msgqueue * s_urq; // Upper read queue