X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6f0020b4128661d1e48c3313eac227f0b769ed0e..06bee23c2ca4e5d4efaa9f23935c52dd423c7f9b:/src/surf/surf_routing_private.h diff --git a/src/surf/surf_routing_private.h b/src/surf/surf_routing_private.h index a7fbeae0e7..6f2fd75cba 100644 --- a/src/surf/surf_routing_private.h +++ b/src/surf/surf_routing_private.h @@ -37,8 +37,6 @@ void generic_parse_bypassroute(AS_t rc, const char *src, const char *dst, /* ************************************************************************** */ /* *************** GENERIC BUSINESS METHODS (declarations) ****************** */ -double generic_get_link_latency(AS_t rc, const char *src, const char *dst, - route_t e_route); xbt_dynar_t generic_get_onelink_routes(AS_t rc); route_t generic_get_bypassroute(AS_t rc, const char *src, @@ -53,7 +51,6 @@ generic_new_extended_route(e_surf_routing_hierarchy_t hierarchy, route_t generic_new_route(e_surf_routing_hierarchy_t hierarchy, void *data, int order); -void generic_free_route(route_t route); AS_t generic_autonomous_system_exist(AS_t rc, char *element); AS_t