X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e9df5208ecf3950c187334524993d8466dc07810..187ba0c05f9fbe51175179b9f637b6554f947468:/src/surf/surf_routing_none.c diff --git a/src/surf/surf_routing_none.c b/src/surf/surf_routing_none.c index 0342cfd001..1f403c8f42 100644 --- a/src/surf/surf_routing_none.c +++ b/src/surf/surf_routing_none.c @@ -13,12 +13,12 @@ static xbt_dynar_t none_get_onelink_routes(AS_t rc) { } static void none_get_route_and_latency(AS_t rc, sg_routing_edge_t src, sg_routing_edge_t dst, - route_t res,double *lat) + sg_platf_route_cbarg_t res,double *lat) { *lat = 0.0; } -static route_t none_get_bypass_route(AS_t rc, +static sg_platf_route_cbarg_t none_get_bypass_route(AS_t rc, sg_routing_edge_t src, sg_routing_edge_t dst, double *lat) { return NULL;