X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/6f5ec5fdc42f96a8fe95f4b846b163d4dc92e0c8..5279f43fc9be71815091e79c76d5bc04c8c88421:/process.h diff --git a/process.h b/process.h index 586da55..3baabbf 100644 --- a/process.h +++ b/process.h @@ -18,8 +18,12 @@ 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); };