From 9f5fa865f252f6d71f2d92181b17c038e2c28a8a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 2 Jul 2017 15:58:45 -0700 Subject: Remove the extra _aio_ part of pipe send and recv functions. --- src/protocol/pubsub/sub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocol/pubsub/sub.c') diff --git a/src/protocol/pubsub/sub.c b/src/protocol/pubsub/sub.c index 5733b8f2..9e8fa5a7 100644 --- a/src/protocol/pubsub/sub.c +++ b/src/protocol/pubsub/sub.c @@ -117,7 +117,7 @@ nni_sub_pipe_start(void *arg) { nni_sub_pipe *sp = arg; - nni_pipe_aio_recv(sp->pipe, &sp->aio_recv); + nni_pipe_recv(sp->pipe, &sp->aio_recv); return (0); } @@ -163,7 +163,7 @@ nni_sub_putq_cb(void *arg) return; } - nni_pipe_aio_recv(sp->pipe, &sp->aio_recv); + nni_pipe_recv(sp->pipe, &sp->aio_recv); } -- cgit v1.2.3-70-g09d2