X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/6327e2032096180078429253034afecb48208abd..5ca20b5b1308faecf94f7ea1f3d91bc25f4c7903:/process.h?ds=sidebyside 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;