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/protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/protocol.h') 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 -- cgit v1.2.3-70-g09d2