X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/f294f23575f7caa8a297faf3ca038a59c4c6b74b..14bd120f97ae886b4b1bb538098e9f6574d97dcb:/process.cpp diff --git a/process.cpp b/process.cpp index a92187d..26e1137 100644 --- a/process.cpp +++ b/process.cpp @@ -132,6 +132,7 @@ void process::load_balance_loop() // send std::for_each(neigh.begin(), neigh.end(), bind(&process::ctrl_send, this, _1)); + prev_load_broadcast = get_load(); sleep_until_date(next_iter_after_date, opt::min_lb_iter_duration); ctrl_receive(0.0);