diff options
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index 7e1f8e5a..e8e6ecad 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 void nni_pipe_aio_recv(nni_pipe *, nni_aio *); -extern void nni_pipe_aio_send(nni_pipe *, nni_aio *); +extern void nni_pipe_recv(nni_pipe *, nni_aio *); +extern void nni_pipe_send(nni_pipe *, nni_aio *); // Pipe operations that protocols use. extern uint32_t nni_pipe_id(nni_pipe *); |
