Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] categories are only used for characterized resource utilization tracing
[simgrid.git] / src / instr / instr_paje.c
index b7fd751..7bc4bbf 100644 (file)
@@ -212,7 +212,7 @@ container_t getContainer (const char *name)
 
 container_t getContainerByName (const char *name)
 {
-  return (container_t)xbt_dict_get (allContainers, name);
+  return (container_t)xbt_dict_get_or_null (allContainers, name);
 }
 
 char *getContainerIdByName (const char *name)