X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/e02d85948b5f10d8b37e39ec94d915c48f46a15a..ffea735548f5d4940dae32d8071a2676f6716ad0:/process.h?ds=sidebyside diff --git a/process.h b/process.h index 053e348..df0cfe5 100644 --- a/process.h +++ b/process.h @@ -35,6 +35,8 @@ protected: // 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; @@ -83,8 +85,7 @@ private: 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