]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Fix comment.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 10 Feb 2011 16:45:22 +0000 (17:45 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 10 Feb 2011 16:45:51 +0000 (17:45 +0100)
messages.h

index 34e9248cdde56454c8dc997d56c81aa9283bef21..70d675da7994f971efc41aca6bc4844f810a85ad 100644 (file)
@@ -27,7 +27,7 @@ public:
     // Push a message on queue
     void push(m_task_t task);
 
     // 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);
     // 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);