X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/638b21d2071c77f39da2f322156f05f75bf91517..b35d70d6818026204833410d2e3917252fa35127:/src/surf/surf_routing_full.hpp diff --git a/src/surf/surf_routing_full.hpp b/src/surf/surf_routing_full.hpp index e9b747492d..4a6676f926 100644 --- a/src/surf/surf_routing_full.hpp +++ b/src/surf/surf_routing_full.hpp @@ -26,7 +26,7 @@ public: AsFull(); ~AsFull(); - void getRouteAndLatency(RoutingEdge *src, RoutingEdge *dst, sg_platf_route_cbarg_t into, double *latency); + void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency); xbt_dynar_t getOneLinkRoutes(); void parseRoute(sg_platf_route_cbarg_t route); void parseASroute(sg_platf_route_cbarg_t route);