X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a7fbf71906af4c8cf4aa7d743e5db57a72b6b5ac..c85c6cbfb4ee7d118644fef7a3915f7f7f3183d1:/src/instr/instr_config.c diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 534a374582..b0fc9e03ab 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -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;