X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/6327e2032096180078429253034afecb48208abd..16a78bce3e6b547ebbfd441be779b0bc32a5f699:/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;