Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use existing xbt_swag_reset().
[simgrid.git] / src / instr / instr_config.c
index 534a37458218935e75d826835db215f5c274213c..b0fc9e03ab1e34cb0ab0bc2bcfd492ea615a3c2b 100644 (file)
@@ -80,6 +80,8 @@ int TRACE_start()
   /* other trace initialization */
   created_categories = xbt_dict_new_homogeneous(xbt_free);
   declared_marks = xbt_dict_new_homogeneous (xbt_free);
+  user_host_variables = xbt_dict_new_homogeneous (xbt_free);
+  user_link_variables = xbt_dict_new_homogeneous (xbt_free);
   TRACE_surf_alloc();
   TRACE_smpi_alloc();
   return 0;