Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
routing: rename and sort things
[simgrid.git] / src / surf / surf_routing_generic.hpp
index 8418f67..6587ace 100644 (file)
@@ -29,7 +29,7 @@ public:
 
   virtual sg_platf_route_cbarg_t newExtendedRoute(e_surf_routing_hierarchy_t hierarchy, sg_platf_route_cbarg_t routearg, int change_order);
 protected:
-  void srcDstCheck(NetCard *src, NetCard *dst);
+  void getRouteCheckParams(NetCard *src, NetCard *dst);
   void parseRouteCheckParams(sg_platf_route_cbarg_t route);
 };