diff options
| author | QXSoftware <lh563566994@126.com> | 2018-10-02 14:10:53 +0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-10-02 23:25:45 -0700 |
| commit | 8298e8d20c48ad306847c362785575fc4b30372a (patch) | |
| tree | 619ac17772775bd596531242ec47f0c8e29fa236 /src/core/msgqueue.h | |
| parent | 25490a300910e357ac864a1916a4285e239fbf30 (diff) | |
| download | nng-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/msgqueue.h')
| -rw-r--r-- | src/core/msgqueue.h | 3 |
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, |
