// List of pending send communications
std::list<msg_comm_t> sent_comm;
+ static const int send_count_before_flush;
+ int send_counter;
// Control channel for receiving
m_task_t ctrl_task;
const char* get_ctrl_mbox() const { return host->get_ctrl_mbox(); }
const char* get_data_mbox() const { return host->get_data_mbox(); }
- static void comm_push_in_dynar(xbt_dynar_t dynar, msg_comm_t comm);
static bool comm_test_n_destroy(msg_comm_t comm);
};