From 3d4be5126f91978b7d7349de79334ecfc8fc2afe Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 11 Mar 2017 22:38:21 -0800 Subject: Notification working - separate thread now. --- src/core/msgqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/msgqueue.h') diff --git a/src/core/msgqueue.h b/src/core/msgqueue.h index 51143706..682c9821 100644 --- a/src/core/msgqueue.h +++ b/src/core/msgqueue.h @@ -39,8 +39,8 @@ extern int nni_msgq_canget(nni_msgq *); extern int nni_msgq_canput(nni_msgq *); extern void nni_msgq_aio_put(nni_msgq *, nni_aio *); extern void nni_msgq_aio_get(nni_msgq *, nni_aio *); -extern int nni_msgq_aio_notify_get(nni_msgq *, nni_aio *); -extern int nni_msgq_aio_notify_put(nni_msgq *, nni_aio *); +extern void nni_msgq_aio_notify_get(nni_msgq *, nni_aio *); +extern void nni_msgq_aio_notify_put(nni_msgq *, nni_aio *); extern void nni_msgq_aio_cancel(nni_msgq *, nni_aio *); // nni_msgq_put puts the message to the queue. It blocks until it -- cgit v1.2.3-70-g09d2