Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a platform with a bypass route. Add the test to cmake.
[simgrid.git] / src / surf / surf_routing_private.h
index a7fbeae..6f2fd75 100644 (file)
@@ -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