aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-02 11:54:33 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-02 11:54:33 -0800
commit9eb080db1c450228169cc58f14d946211378fcf7 (patch)
treefcbbe3840b25c9651badd75950599f65e82caf01 /src/core/socket.h
parentcceda25b65423de694f34b3decc7812eb46a4c1e (diff)
downloadnng-9eb080db1c450228169cc58f14d946211378fcf7.tar.gz
nng-9eb080db1c450228169cc58f14d946211378fcf7.tar.bz2
nng-9eb080db1c450228169cc58f14d946211378fcf7.zip
Change msgqueue -> msgq.
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 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;