From 9eb080db1c450228169cc58f14d946211378fcf7 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Jan 2017 11:54:33 -0800 Subject: Change msgqueue -> msgq. --- 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 8d72c5e6..bd0a5c8a 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -17,8 +17,8 @@ struct nng_socket { nni_mtx s_mx; nni_cv s_cv; - nni_msgqueue * s_uwq; // Upper write queue - nni_msgqueue * s_urq; // Upper read queue + nni_msgq * s_uwq; // Upper write queue + nni_msgq * s_urq; // Upper read queue nni_protocol s_ops; -- cgit v1.2.3-70-g09d2