diff options
Diffstat (limited to 'src/core/socket.h')
| -rw-r--r-- | src/core/socket.h | 4 |
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; |
