diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-02 11:54:33 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-02 11:54:33 -0800 |
| commit | 9eb080db1c450228169cc58f14d946211378fcf7 (patch) | |
| tree | fcbbe3840b25c9651badd75950599f65e82caf01 /src/core/protocol.h | |
| parent | cceda25b65423de694f34b3decc7812eb46a4c1e (diff) | |
| download | nng-9eb080db1c450228169cc58f14d946211378fcf7.tar.gz nng-9eb080db1c450228169cc58f14d946211378fcf7.tar.bz2 nng-9eb080db1c450228169cc58f14d946211378fcf7.zip | |
Change msgqueue -> msgq.
Diffstat (limited to 'src/core/protocol.h')
| -rw-r--r-- | src/core/protocol.h | 4 |
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 |
