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/bus/bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocol/bus') diff --git a/src/protocol/bus/bus.c b/src/protocol/bus/bus.c index 1c32fec6..5755d5a9 100644 --- a/src/protocol/bus/bus.c +++ b/src/protocol/bus/bus.c @@ -215,7 +215,7 @@ nni_bus_pipe_getq_cb(void *arg) ppipe->aio_send.a_msg = ppipe->aio_getq.a_msg; ppipe->aio_getq.a_msg = NULL; - nni_pipe_aio_send(ppipe->npipe, &ppipe->aio_send); + nni_pipe_send(ppipe->npipe, &ppipe->aio_send); } @@ -351,7 +351,7 @@ nni_bus_pipe_getq(nni_bus_pipe *ppipe) static void nni_bus_pipe_recv(nni_bus_pipe *ppipe) { - nni_pipe_aio_recv(ppipe->npipe, &ppipe->aio_recv); + nni_pipe_recv(ppipe->npipe, &ppipe->aio_recv); } -- cgit v1.2.3-70-g09d2