X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/edde8f7fbc1b74a81551bf9eb7bac1935b999296..1195bd43519f612d47fe67f7511dd5d9433ec577:/src/surf/surf_routing_none.c diff --git a/src/surf/surf_routing_none.c b/src/surf/surf_routing_none.c index 85776de552..f605009fcb 100644 --- a/src/surf/surf_routing_none.c +++ b/src/surf/surf_routing_none.c @@ -47,7 +47,7 @@ AS_t model_none_create_sized(size_t childsize) { new_component->get_bypass_route = none_get_bypass_route; new_component->finalize = model_none_finalize; - new_component->routing_sons = xbt_dict_new(); + new_component->routing_sons = xbt_dict_new_homogeneous(NULL); return new_component; }