// Returns the sum of "to_send" for all neighbors.
double sum_of_to_send() const;
+ // Print with given priority what we know about our neighbors' loads
+ void print_loads(e_xbt_log_priority_t logp = xbt_log_priority_info);
private:
static double total_load_init;
void finalize1(neighbor& nb);
void finalize();
- // Print with given priority what we know about our neighbors' loads
- void print_loads(e_xbt_log_priority_t logp = xbt_log_priority_info);
+
};
#endif // !PROCESS_H