]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add a comment about idle duration.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 18 Oct 2011 13:48:49 +0000 (15:48 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 18 Oct 2011 13:48:49 +0000 (15:48 +0200)
process.cpp

index eac87d1d3de4cff4bbf9206499ab33fd9f92cc30..e6c7bc23ffe137c18644d6a163b648cf81e2b07b 100644 (file)
@@ -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()));