Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't hide issues. If users asked for rand48, we must given them this exact generator...
[simgrid.git] / src / surf / workstation_KCCFLN05.c
index 74bcd1f..601f9b9 100644 (file)
@@ -1197,6 +1197,7 @@ static void add_route(void)
   char *key,*data, *end;
   const char *sep = "#";
   xbt_dynar_t links, keys;
+  char* link = NULL;
 
   if (routing_table == NULL) create_routing_table();
 
@@ -1216,11 +1217,9 @@ static void add_route(void)
     impact_on_src_with_other_recv = 0;//atof(xbt_dynar_get_as(keys, 4, char*));
     impact_on_dst_with_other_send = 0;//atof(xbt_dynar_get_as(keys, 5, char*));
 
-    char* link = NULL;
-    INFO2("%d - %d", src_id, dst_id);
+    
     xbt_dynar_foreach (links, cpt, link) {
       TRY {
-       INFO1("\t%s",link);
         link_list[nb_link++] = xbt_dict_get(link_set, link);
       }
       CATCH(e) {