X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7711e3434875abc7fba905333f93ef83e5e77a59..8cc10e99f53995bc7486e4467b4e6ad8d7be3460:/src/instr/instr_routing.c diff --git a/src/instr/instr_routing.c b/src/instr/instr_routing.c index b346c196ea..df7e05bbe8 100644 --- a/src/instr/instr_routing.c +++ b/src/instr/instr_routing.c @@ -288,8 +288,8 @@ void instr_routing_define_callbacks () if (!TRACE_is_enabled()) return; //always need the call backs to ASes (we need only the root AS), //to create the rootContainer and the rootType properly - sg_platf_ASopen_add_cb(instr_routing_parse_start_AS); - sg_platf_ASclose_add_cb(instr_routing_parse_end_AS); + sg_platf_AS_begin_add_cb(instr_routing_parse_start_AS); + sg_platf_AS_end_add_cb(instr_routing_parse_end_AS); if (!TRACE_needs_platform()) return; sg_platf_link_add_cb(instr_routing_parse_start_link); sg_platf_host_add_cb(instr_routing_parse_start_host);