Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename routing_component to as, since that's just an AS at the end of the day
[simgrid.git] / src / instr / jedule / jedule_sd_binding.c
index 8894bb9..8cf0f77 100644 (file)
@@ -53,11 +53,11 @@ void jedule_log_sd_event(SD_task_t task) {
        xbt_dynar_free(&host_list);
 }
 
-static void create_hierarchy(routing_component_t current_comp,
+static void create_hierarchy(AS_t current_comp,
                jed_simgrid_container_t current_container) {
        xbt_dict_cursor_t cursor = NULL;
        char *key;
-       routing_component_t elem;
+       AS_t elem;
        network_element_t network_elem;
 
        if( xbt_dict_length(current_comp->routing_sons) == 0 ) {
@@ -90,7 +90,7 @@ static void create_hierarchy(routing_component_t current_comp,
 
 void jedule_setup_platform() {
 
-       routing_component_t root_comp;
+       AS_t root_comp;
        // e_surf_network_element_type_t type;
 
        jed_simgrid_container_t root_container;