Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename parseBypassroute into addBypassRoute
[simgrid.git] / src / surf / surf_routing_RoutedGraph.cpp
index 5da9ba1..0bfcb66 100644 (file)
@@ -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);