X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6094020a03f9c10b954e3e1d32e1a3ffc75a8d7f..238d782d824210e881b0639d33859c26a55511f7:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index c264a261ae..ac3fae8ef6 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -154,7 +154,7 @@ typedef struct s_routing_component { route_extended_t(*get_route) (routing_component_t rc, const char *src, const char *dst); double(*get_latency) (routing_component_t rc, const char *src, - const char *dst); + const char *dst, route_extended_t e_route); xbt_dynar_t(*get_onelink_routes) (routing_component_t rc); e_surf_network_element_type_t(*get_network_element_type) (const char *name);