X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22e5e3137c9c96940f1bd2ef05487bc35fddc262..9383e83f66e7cb0180d6acfc435d2622615c2c7f:/src/instr/instr_paje_containers.hpp diff --git a/src/instr/instr_paje_containers.hpp b/src/instr/instr_paje_containers.hpp index 8f3fc3f001..50501ffd74 100644 --- a/src/instr/instr_paje_containers.hpp +++ b/src/instr/instr_paje_containers.hpp @@ -12,6 +12,9 @@ namespace simgrid { namespace instr { class Type; +class LinkType; +class StateType; +class VariableType; class Container { long long int id_; @@ -34,6 +37,10 @@ public: void logCreation(); void logDestruction(); + StateType* getState(std::string name); + LinkType* getLink(std::string name); + VariableType* getVariable(std::string name); + static Container* getRootContainer(); };