X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/50a00235743c59840ee2db2258e9e6dd7444f646..ef1ef576d25c492dc585240b8a4b36954fc00140:/process.h diff --git a/process.h b/process.h index c72fdf2..654237b 100644 --- a/process.h +++ b/process.h @@ -69,7 +69,8 @@ private: bool may_receive; // true if there remains neighbors to listen for bool finalizing; // true when finalize() is running - unsigned iter; // counter of iterations + unsigned lb_iter; // counter of load-balancing iterations + unsigned comp_iter; // counter of computation iterations double prev_load_broadcast; // used to ensure that we do not send // a same information messages