X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e2b07f653b8942d8d4cb4eab2f4ae15e9156b3ac..2c8c164d58104acb6256b6d8efd476a6a2165b8a:/src/surf/surf_routing_generic.hpp 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); };