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

Private GIT Repository
Add statistics on total computation power.
[loba.git] / communicator.h
index ba4b86e96598cb06b68db102996f4b8e0ef194b3..f00e063494d14aa2680ccda94207797af6550a7b 100644 (file)
@@ -51,8 +51,6 @@ private:
 
     // List of pending send communications
     std::list<msg_comm_t> sent_comm;
 
     // List of pending send communications
     std::list<msg_comm_t> sent_comm;
-    static const int send_count_before_flush;
-    int send_counter;
 
     // Queue of received messages
     std::queue<m_task_t> received;
 
     // Queue of received messages
     std::queue<m_task_t> received;