X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/dd6e93b0d35c26c2dd9dacdf3fb964a2da2c1cb2..b4d90a50ce65a5efb75c0a28b269120ea51d57cf:/process.h diff --git a/process.h b/process.h index aa9ebcb..14d514f 100644 --- a/process.h +++ b/process.h @@ -128,6 +128,7 @@ private: double idle_duration; // how long we had nothing to compute double convergence; // date when convergence was achieved, or -1.0 + int local_convergence_counter; // number of iterations since convergence mutex_t mutex; // synchronization between threads condition_t cond;