diff options
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index 333a986d..3ec4a7a3 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -31,6 +31,10 @@ struct nni_pipe { nni_thr p_worker_thr[NNI_MAXWORKERS]; }; +// AIO +extern int nni_pipe_aio_recv(nni_pipe *, nni_aio *); +extern int nni_pipe_aio_send(nni_pipe *, nni_aio *); + // Pipe operations that protocols use. extern int nni_pipe_recv(nni_pipe *, nng_msg **); extern int nni_pipe_send(nni_pipe *, nng_msg *); |
