X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea173e2eff9a6a37ad1934872fd743778c6fabbd..c7f72e848853582aa663d3db1084a843443df064:/src/instr/instr_paje_types.hpp diff --git a/src/instr/instr_paje_types.hpp b/src/instr/instr_paje_types.hpp index 75f38b5c99..6f33a2c94a 100644 --- a/src/instr/instr_paje_types.hpp +++ b/src/instr/instr_paje_types.hpp @@ -59,6 +59,7 @@ class VariableType : public Type { public: VariableType(std::string name, std::string color, Type* father); ~VariableType(); + void instr_event(double now, double delta, const char* resource, double value); void setEvent(double timestamp, double value); void addEvent(double timestamp, double value); void subEvent(double timestamp, double value);