X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fb17c31966c617a068f0d69d3a419041150d905d..04c10dad7fa6089786021b0f8b4413f86bafd6fd:/src/instr/instr_routing.c diff --git a/src/instr/instr_routing.c b/src/instr/instr_routing.c index e764a6a38d..1eed752721 100644 --- a/src/instr/instr_routing.c +++ b/src/instr/instr_routing.c @@ -269,7 +269,7 @@ static void instr_routing_parse_start_host (sg_platf_host_cbarg_t host) static void instr_routing_parse_start_router (sg_platf_router_cbarg_t router) { container_t father = *(container_t*)xbt_dynar_get_ptr(currentContainer, xbt_dynar_length(currentContainer)-1); - newContainer (router->V_router_id, INSTR_ROUTER, father); + newContainer (router->id, INSTR_ROUTER, father); } static void instr_routing_parse_end_platform ()