aboutsummaryrefslogtreecommitdiff
path: root/src/core/msgqueue.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-07-02 16:09:14 -0700
committerGarrett D'Amore <garrett@damore.org>2017-07-02 16:09:14 -0700
commit4ed9dadf5e7d17fd42ef4df836b0932972dd29c1 (patch)
treede5581a25a0a8d16a3efc74197c8784b30d827bd /src/core/msgqueue.h
parentac1cdf1a4a2bff6d2ad469735d6825881f5045d9 (diff)
downloadnng-4ed9dadf5e7d17fd42ef4df836b0932972dd29c1.tar.gz
nng-4ed9dadf5e7d17fd42ef4df836b0932972dd29c1.tar.bz2
nng-4ed9dadf5e7d17fd42ef4df836b0932972dd29c1.zip
Use common aio cancellation.
Diffstat (limited to 'src/core/msgqueue.h')
-rw-r--r--src/core/msgqueue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/msgqueue.h b/src/core/msgqueue.h
index 682c9821..af3bc835 100644
--- a/src/core/msgqueue.h
+++ b/src/core/msgqueue.h
@@ -41,7 +41,6 @@ extern void nni_msgq_aio_put(nni_msgq *, nni_aio *);
extern void nni_msgq_aio_get(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
// was able to do so, or the queue is closed, returning either 0 on