From 783470724ed22b315f2ecc4e3b1ac9d199d44ea2 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 1 Jan 2017 19:48:10 -0800 Subject: Final purge of old threading & synch stuff. --- src/core/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/socket.h') 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 -- cgit v1.2.3-70-g09d2