From: Arnaud Giersch Date: Thu, 10 Feb 2011 21:56:56 +0000 (+0100) Subject: Update prev_load_broadcast. X-Git-Tag: v0.1~142 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/14bd120f97ae886b4b1bb538098e9f6574d97dcb?hp=f294f23575f7caa8a297faf3ca038a59c4c6b74b Update prev_load_broadcast. --- 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);