X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/127880536a17bd02faba5e25df542b50c9fe72cc..c4ba80fc01212c53971f8bad7d34aa399669bcc6:/src/instr/instr_config.c diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index c9de3a36ad..b0fc9e03ab 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -40,8 +40,6 @@ static int trace_disable_destroy; static int trace_configured = 0; static int trace_active = 0; -xbt_dict_t created_categories; //declared in instr_interface.c - static void TRACE_getopts(void) { trace_enabled = xbt_cfg_get_int(_surf_cfg_set, OPT_TRACING); @@ -81,6 +79,9 @@ 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;