diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-03-03 20:36:47 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-03-03 20:36:47 -0800 |
| commit | c17a1dd3f5333da59355ecc3f8788a0396a8f72d (patch) | |
| tree | 77e6790df0fa45b57fafa749f3380fc4b8aa230e /src/core/msgqueue.h | |
| parent | 97614393e450b6c6813021f0e733b864a6265872 (diff) | |
| download | nng-c17a1dd3f5333da59355ecc3f8788a0396a8f72d.tar.gz nng-c17a1dd3f5333da59355ecc3f8788a0396a8f72d.tar.bz2 nng-c17a1dd3f5333da59355ecc3f8788a0396a8f72d.zip | |
Timer implementation. Operations can timeout now?
Diffstat (limited to 'src/core/msgqueue.h')
| -rw-r--r-- | src/core/msgqueue.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/msgqueue.h b/src/core/msgqueue.h index a350c3b3..a0af12be 100644 --- a/src/core/msgqueue.h +++ b/src/core/msgqueue.h @@ -37,8 +37,6 @@ extern void nni_msgq_fini(nni_msgq *); extern int nni_msgq_aio_put(nni_msgq *, nni_aio *); extern int nni_msgq_aio_get(nni_msgq *, nni_aio *); -extern int nni_msgq_aio_put_until(nni_msgq *, nni_aio *, nni_time); -extern int nni_msgq_aio_get_until(nni_msgq *, nni_aio *, nni_time); extern int nni_msgq_aio_notify_get(nni_msgq *, nni_aio *); extern int nni_msgq_aio_notify_put(nni_msgq *, nni_aio *); extern int nni_msgq_aio_cancel(nni_msgq *, nni_aio *); |
