Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this has been bugging me for a while
[simgrid.git] / src / instr / instr_paje_containers.hpp
index fe1bd00..828024a 100644 (file)
@@ -40,7 +40,7 @@ public:
   StateType* getState(std::string name);
   LinkType* getLink(std::string name);
   VariableType* getVariable(std::string name);
-
+  void createChild(std::string name, std::string type_name);
   static Container* getRoot();
 };