X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/163f27d1800fc613f521114ccd6b89ebf394746e..ea80e4d715f9d19ce1a1c0d89fb4337aefda6daa:/process.h diff --git a/process.h b/process.h index 8a9e74c..c7525fd 100644 --- a/process.h +++ b/process.h @@ -120,7 +120,9 @@ private: mesg_accounting ctrl_recv; // ctrl message received accounting(): comp_amount(0.0) { } }; - accounting acc; + accounting acc; // use a structure so that it is + // automatically initialized a + // construction void add_comp_amount(double amount) { acc.comp_amount += amount; } void add_data_send_mesg(double amount) {