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

Private GIT Repository
Do not use MSG_comm_test() after MSG_comm_waitany().
[loba.git] / communicator.h
index 66dc800b4feeea9502902348847fa85757e41682..0d47ca0a36305f7035dc1fc36f1de68dfd90134b 100644 (file)
@@ -70,6 +70,7 @@ private:
     // Handling of receiving thread
     m_process_t receiver_process;
     static int receiver_wrapper(int, char* []);
+    void receiver1(msg_comm_t& comm, m_task_t& task, const char* mbox);
     int receiver();
 
     // Used to test if a communication is over, and to destroy it if it is