X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/526e1f382ddc9f0010c41a526f3029af769162c9..6327e2032096180078429253034afecb48208abd:/process.h?ds=sidebyside diff --git a/process.h b/process.h index 901d381..aa9ebcb 100644 --- a/process.h +++ b/process.h @@ -16,6 +16,7 @@ #include #include #include +#include "atomic_compat.h" #include "communicator.h" #include "misc.h" #include "msg_thread.h" @@ -96,8 +97,11 @@ private: static int process_counter; static double total_load_average; + static double average_load_ratio; static double load_diff_threshold; + static std::atomic convergence_counter; + typedef MAP_TEMPLATE rev_neigh_type; neigh_type neigh; // list of neighbors (do not alter // after construction!)