X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02d733302bf8e265a9d623da98f251aad33d4414..bb38b738b6810c3e4c0be80ffc5de5eb25e62435:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index 07773ece91..5c6aa3885a 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -851,11 +851,12 @@ static void convert_route_multi_to_routes(void) unsigned int cpt, cpt2, cursor; char *src_host_name, *dst_host_name, *key, *src, *dst, *val, *key_w, *data_w; const char* sep="#"; + xbt_dict_t set; xbt_dynar_t src_names = NULL, dst_names = NULL, links; if (!route_multi_elements) return; - xbt_dict_t set = cpu_set; + set = cpu_set; DEBUG1("%d", xbt_dict_length(workstation_set)); if (workstation_set != NULL && xbt_dict_length(workstation_set) > 0) set = workstation_set;