From 2f1e799d1225b18e960d426d35b6a83fa80db86f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 12 Mar 2018 15:13:47 -0700 Subject: fixes #281 desire nng_sleep_aio() --- src/nng.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/nng.c') diff --git a/src/nng.c b/src/nng.c index 19b33220..4c2a58db 100644 --- a/src/nng.c +++ b/src/nng.c @@ -1039,6 +1039,12 @@ nng_aio_free(nng_aio *aio) nni_aio_fini(aio); } +void +nng_sleep_aio(nng_duration ms, nng_aio *aio) +{ + nni_sleep_aio(ms, aio); +} + int nng_aio_result(nng_aio *aio) { -- cgit v1.2.3-70-g09d2