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

Private GIT Repository
Cosmetics: replace in doc "xxx-er thread" by "xxx-ing" thread.
[loba.git] / process.h
index 4686af4a3f75f358f00769050546ccaa82e0cdbc..57ece07203d300e2d264d8096c3958d654e34439 100644 (file)
--- a/process.h
+++ b/process.h
@@ -102,6 +102,7 @@ private:
                                 // a same information messages
     double real_load;           // current load
     double expected_load;       // expected load in bookkeeping mode
+    double received_load;       // load received from neighbors
 
     mutex_t mutex;              // synchronization between threads
     condition_t cond;