X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/892e36c1af3105e5f548a4ef8b9f777b95d47fc2..f294f23575f7caa8a297faf3ca038a59c4c6b74b:/messages.h diff --git a/messages.h b/messages.h index 34e9248..70d675d 100644 --- a/messages.h +++ b/messages.h @@ -27,7 +27,7 @@ public: // Push a message on queue void push(m_task_t task); - // Try to get a message. Returns true on success. + // Try to pop a message. Returns true on success. // Parameter "timeout" may be 0 for non-blocking operation, -1 for // infinite waiting, or any positive timeout. bool pop(message*& msg, m_host_t& from, double timeout);