aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pipe.h')
-rw-r--r--src/core/pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h
index f09d9bf0..7e1f8e5a 100644
--- a/src/core/pipe.h
+++ b/src/core/pipe.h
@@ -38,8 +38,8 @@ extern int nni_pipe_sys_init(void);
extern void nni_pipe_sys_fini(void);
// AIO
-extern int nni_pipe_aio_recv(nni_pipe *, nni_aio *);
-extern int nni_pipe_aio_send(nni_pipe *, nni_aio *);
+extern void nni_pipe_aio_recv(nni_pipe *, nni_aio *);
+extern void nni_pipe_aio_send(nni_pipe *, nni_aio *);
// Pipe operations that protocols use.
extern uint32_t nni_pipe_id(nni_pipe *);