X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/fdc3237504c68a8f89faf2c56fa281df7f2bb972..e77b88227729cc003cb8e74b5657886ed61a270f:/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