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

Private GIT Repository
Stop locking the mutex on data_receive.
[loba.git] / NOTES
diff --git a/NOTES b/NOTES
index 12f082bad0e45178f1369c3af61a929b84c6c345..53bce11e7e31fe340daa071eab018c3e67ddc005 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -69,5 +69,9 @@ process::expected_load          Current load estimation.
                                 diffusing to neighbors.
                                 * Without bookkeeping, it equals real_load
                                   minus pending sends.
                                 diffusing to neighbors.
                                 * Without bookkeeping, it equals real_load
                                   minus pending sends.
-                                * With bookkeeping, it corresponds to the "virtual
-                                  load".
+                                * With bookkeeping, it corresponds to the
+                                  "virtual load".
+
+process::received_load          Real load received from neighbors.
+                                Used when receiveing data messages, and then
+                                added to real_load.