aboutsummaryrefslogtreecommitdiff
path: root/src/core/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/protocol.h')
-rw-r--r--src/core/protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/protocol.h b/src/core/protocol.h
index 3a391ece..6fd48b40 100644
--- a/src/core/protocol.h
+++ b/src/core/protocol.h
@@ -63,11 +63,11 @@ struct nni_protocol {
// nni_socket_sendq obtains the upper writeq. The protocol should
// recieve messages from this, and place them on the appropriate pipe.
-extern nni_msgqueue *nni_socket_sendq(nni_socket *);
+extern nni_msgq *nni_socket_sendq(nni_socket *);
// nni_socket_recvq obtains the upper readq. The protocol should
// inject incoming messages from pipes to it.
-extern nni_msgqueue *nni_socket_recvq(nni_socket *);
+extern nni_msgq *nni_socket_recvq(nni_socket *);
// nni_socket_recv_err sets an error code to be returned to clients
// rather than waiting for a message. Set it to 0 to resume normal