X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7344f5c93d14d03114fe84a0213d7f3950c73a3..2c8c164d58104acb6256b6d8efd476a6a2165b8a:/src/surf/surf_routing_generic.hpp?ds=sidebyside diff --git a/src/surf/surf_routing_generic.hpp b/src/surf/surf_routing_generic.hpp index 8418f673a1..6587ace548 100644 --- a/src/surf/surf_routing_generic.hpp +++ b/src/surf/surf_routing_generic.hpp @@ -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); };