diff options
Diffstat (limited to 'src/core/aio.h')
| -rw-r--r-- | src/core/aio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/aio.h b/src/core/aio.h index a5f78b3f..a290281f 100644 --- a/src/core/aio.h +++ b/src/core/aio.h @@ -87,4 +87,7 @@ extern void nni_aio_wait(nni_aio *); // and the amount of data transferred (if any). extern void nni_aio_finish(nni_aio *, int, size_t); +extern int nni_aio_start(nni_aio *, void (*)(nni_aio *), void *); +extern void nni_aio_stop(nni_aio *); + #endif // CORE_AIO_H |
