X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2480fb4643b0d6a391c3b5f7c5c70b30f3c5a683..2a4e09ea802d88e54d4c8b29d9bd57f72d5b2760:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index 963cda9bd2..17f635ca28 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -147,6 +147,7 @@ class DefineStateTypeEvent : public PajeEvent { class SetVariableEvent : public PajeEvent { + private: container_t container; type_t type; double value; @@ -157,6 +158,7 @@ class SetVariableEvent : public PajeEvent { class AddVariableEvent:public PajeEvent { + private: container_t container; type_t type; double value; @@ -169,7 +171,7 @@ class AddVariableEvent:public PajeEvent { class SubVariableEvent : public PajeEvent { - public: + private: container_t container; type_t type; double value; @@ -180,7 +182,7 @@ class SubVariableEvent : public PajeEvent { //-------------------------------------------------- class SetStateEvent : public PajeEvent { - public: + private: container_t container; type_t type; val_t value;