double load;
double expected_load;
- void receive();
+ int ctrl_close_pending;
+ int data_close_pending;
+
void compute();
+ bool receive(bool wait_for_close);
+ void finalize();
void print_loads(e_xbt_log_priority_t logp = xbt_log_priority_info);
};