Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[route parsing] rename network_element_t into sg_routing_edge_t
[simgrid.git] / src / surf / network_gtnets.c
index 99590b7..0ff71c7 100644 (file)
@@ -333,8 +333,8 @@ static void update_resource_state(void *id,
 }
 
 /* Max durations are not supported */
-static surf_action_t communicate(network_element_t src_card,
-                                 network_element_t dst_card,
+static surf_action_t communicate(sg_routing_edge_t src_card,
+                                 sg_routing_edge_t dst_card,
                                  double size, double rate)
 {
   surf_action_network_GTNETS_t action = NULL;