X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a9513d2cc6e9c0bd4f9fb042e0b315dfede50b3..9cc7f58fab53a714c55293b30fa4c744aa4d859f:/src/surf/surf_routing_RoutedGraph.cpp diff --git a/src/surf/surf_routing_RoutedGraph.cpp b/src/surf/surf_routing_RoutedGraph.cpp index 5da9ba1b0a..0bfcb661ed 100644 --- a/src/surf/surf_routing_RoutedGraph.cpp +++ b/src/surf/surf_routing_RoutedGraph.cpp @@ -44,7 +44,7 @@ AsRoutedGraph::~AsRoutedGraph() xbt_dict_free(&bypassRoutes_); } -void AsRoutedGraph::parseBypassroute(sg_platf_route_cbarg_t e_route) +void AsRoutedGraph::addBypassRoute(sg_platf_route_cbarg_t e_route) { char *src = (char*)(e_route->src); char *dst = (char*)(e_route->dst);