diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-03-12 15:13:47 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-03-12 15:13:47 -0700 |
| commit | 2f1e799d1225b18e960d426d35b6a83fa80db86f (patch) | |
| tree | f02c8fb94ede04586e005cc8905ba6ccae740a5d /src/core/aio.h | |
| parent | 6ae722de957b33a3520e46a94bb1f970991a9a42 (diff) | |
| download | nng-2f1e799d1225b18e960d426d35b6a83fa80db86f.tar.gz nng-2f1e799d1225b18e960d426d35b6a83fa80db86f.tar.bz2 nng-2f1e799d1225b18e960d426d35b6a83fa80db86f.zip | |
fixes #281 desire nng_sleep_aio()
Diffstat (limited to 'src/core/aio.h')
| -rw-r--r-- | src/core/aio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/aio.h b/src/core/aio.h index 141248b8..49ef5298 100644 --- a/src/core/aio.h +++ b/src/core/aio.h @@ -151,6 +151,8 @@ extern void nni_aio_get_iov(nni_aio *, unsigned *, nni_iov **); extern void nni_aio_normalize_timeout(nni_aio *, nng_duration); extern void nni_aio_bump_count(nni_aio *, size_t); +extern void nni_sleep_aio(nni_duration, nni_aio *); + extern int nni_aio_sys_init(void); extern void nni_aio_sys_fini(void); #endif // CORE_AIO_H |
