X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b32027d2deacc1dec0a2cf36bace8e716d2be7c1..1d5dde64a8201a55007ccc0bcc4f267facff8d30:/src/kernel/routing/AsDijkstra.cpp diff --git a/src/kernel/routing/AsDijkstra.cpp b/src/kernel/routing/AsDijkstra.cpp index eaf1b27b06..2102994f06 100644 --- a/src/kernel/routing/AsDijkstra.cpp +++ b/src/kernel/routing/AsDijkstra.cpp @@ -262,7 +262,7 @@ void AsDijkstra::getLocalRoute(NetCard* src, NetCard* dst, sg_platf_route_cbarg_ strcmp(gw_dst->name().c_str(), prev_gw_src->name().c_str())) { std::vector *e_route_as_to_as = new std::vector(); - routing_platf->getRouteAndLatency(gw_dst_net_elm, prev_gw_src_net_elm, e_route_as_to_as, nullptr); + getGlobalRoute(gw_dst_net_elm, prev_gw_src_net_elm, e_route_as_to_as, nullptr); auto pos = route->link_list->begin(); for (auto link : *e_route_as_to_as) { route->link_list->insert(pos, link);