X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/f4125505064e3ff346b31ab9e48f894672e5a7a7..5279f43fc9be71815091e79c76d5bc04c8c88421:/process.h diff --git a/process.h b/process.h index a301046..3baabbf 100644 --- a/process.h +++ b/process.h @@ -18,8 +18,11 @@ private: double load; double expected_load; - void receive(); + int ctrl_close_pending; + int data_close_pending; + void compute(); + bool receive(bool wait_for_close); void finalize(); void print_loads(e_xbt_log_priority_t logp = xbt_log_priority_info); };