From: Arnaud Giersch Date: Tue, 18 Oct 2011 13:48:49 +0000 (+0200) Subject: Add a comment about idle duration. X-Git-Tag: exp_20120216~11 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/d67fee4c5988698b045480ac86a67b7a5a21a8b2?ds=inline;hp=e8cd9a72c8bb979e62f220854ad8c25db52edee7 Add a comment about idle duration. --- diff --git a/process.cpp b/process.cpp index eac87d1..e6c7bc2 100644 --- a/process.cpp +++ b/process.cpp @@ -244,6 +244,7 @@ void process::compute_loop() } XBT_VERB("Going to finalize for %s...", __func__); + // Note: idle duration is not counted during finalization finalizing = true; XBT_DEBUG("send DATA_CLOSE to %zu neighbor%s", neigh.size(), ESSE(neigh.size()));