Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a type that were exactly the same than another
[simgrid.git] / src / surf / surf_routing_floyd.c
index 081f747..b478c2a 100644 (file)
@@ -9,7 +9,7 @@
 /* Global vars */
 extern routing_global_t global_routing;
 extern routing_component_t current_routing;
-extern model_type_t current_routing_model;
+extern routing_model_description_t current_routing_model;
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_floyd, surf, "Routing part of surf");
 
@@ -256,7 +256,7 @@ static int surf_pointer_resource_cmp(const void *a, const void *b) {
 //FIXME: kill dupplicates in next function with full routing
 
 void model_floyd_parse_route(routing_component_t rc, const char *src,
-        const char *dst, name_route_extended_t route)
+        const char *dst, route_extended_t route)
 {
        routing_component_floyd_t routing = (routing_component_floyd_t) rc;