Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] when a process migrates, we need to clean-up its container properly (includin...
[simgrid.git] / src / instr / instr_private.h
index 896e7df..875fa0f 100644 (file)
@@ -208,7 +208,8 @@ container_t getContainerByName (const char *name);
 char *getContainerIdByName (const char *name);
 char *getVariableTypeIdByName (const char *name, type_t father);
 container_t getRootContainer (void);
-void instr_paje_init (container_t root);
+void instr_paje_init (void);
+void instr_paje_set_root (container_t root);
 void instr_paje_free (void);
 type_t getRootType (void);
 type_t getContainerType (const char *name, type_t father);
@@ -219,6 +220,7 @@ type_t getStateType (const char *name, type_t father);
 type_t getType (const char *name, type_t father);
 val_t getValue (const char *valuename, const char *color, type_t father);
 val_t getValueByName (const char *valuename, type_t father);
+void removeContainerFromParent (container_t child);
 void destroyContainer (container_t container);
 void destroyAllContainers (void);