From d67fee4c5988698b045480ac86a67b7a5a21a8b2 Mon Sep 17 00:00:00 2001
From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Tue, 18 Oct 2011 15:48:49 +0200
Subject: [PATCH] Add a comment about idle duration.

---
 process.cpp | 1 +
 1 file changed, 1 insertion(+)

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()));
-- 
2.39.5