From 8298e8d20c48ad306847c362785575fc4b30372a Mon Sep 17 00:00:00 2001 From: QXSoftware Date: Tue, 2 Oct 2018 14:10:53 +0800 Subject: update the comment (nng_msgq_put_until doesn't exists anymore) --- src/core/msgqueue.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/msgqueue.h') diff --git a/src/core/msgqueue.h b/src/core/msgqueue.h index bd9b3682..1af8461c 100644 --- a/src/core/msgqueue.h +++ b/src/core/msgqueue.h @@ -41,8 +41,7 @@ extern void nni_msgq_aio_put(nni_msgq *, nni_aio *); extern void nni_msgq_aio_get(nni_msgq *, nni_aio *); // nni_msgq_tryput performs a non-blocking attempt to put a message on -// the message queue. It is the same as calling nng_msgq_put_until with -// a zero time. +// the message queue. extern int nni_msgq_tryput(nni_msgq *, nni_msg *); // nni_msgq_set_error sets an error condition on the message queue, -- cgit v1.2.3-70-g09d2