From: Arnaud Giersch Date: Tue, 27 Sep 2011 12:24:37 +0000 (+0200) Subject: Document the rationale behind process::accounting. X-Git-Tag: exp_20120216~36 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/ea80e4d715f9d19ce1a1c0d89fb4337aefda6daa?ds=inline Document the rationale behind process::accounting. --- 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) {