aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorQXSoftware <lh563566994@126.com>2018-10-02 14:10:53 +0800
committerGarrett D'Amore <garrett@damore.org>2018-10-02 23:25:45 -0700
commit8298e8d20c48ad306847c362785575fc4b30372a (patch)
tree619ac17772775bd596531242ec47f0c8e29fa236 /src/core
parent25490a300910e357ac864a1916a4285e239fbf30 (diff)
downloadnng-8298e8d20c48ad306847c362785575fc4b30372a.tar.gz
nng-8298e8d20c48ad306847c362785575fc4b30372a.tar.bz2
nng-8298e8d20c48ad306847c362785575fc4b30372a.zip
update the comment (nng_msgq_put_until doesn't exists anymore)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/msgqueue.h3
1 files changed, 1 insertions, 2 deletions
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,