Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update 1 pass
authorquasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 9 Nov 2007 09:02:32 +0000 (09:02 +0000)
committerquasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 9 Nov 2007 09:02:32 +0000 (09:02 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5011 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/network.c
src/surf/network_gtnets.c
src/surf/workstation_KCCFLN05.c
src/surf/workstation_ptask_L07.c

index 42f92ce..c63e89d 100644 (file)
@@ -195,7 +195,7 @@ static void add_route()
 {
   xbt_ex_t e;
   int nb_link = 0;
-  int cpt = 0;    
+  unsigned int cpt = 0;    
   int link_list_capacity = 0;
   link_CM02_t *link_list = NULL;
 
index 02d05c8..d6fe8a9 100644 (file)
@@ -269,7 +269,7 @@ static void parse_route_set_onehop_route(void)
 static void add_route()
 {
   xbt_ex_t e;
-  int cpt = 0;    
+  unsigned int cpt = 0;    
   int i = 0;
 
   nb_link = xbt_dynar_length(links);
index 0bd1ea4..5732232 100644 (file)
@@ -1187,7 +1187,7 @@ static void add_route()
 {  
   xbt_ex_t e;
   int nb_link = 0;
-  int cpt = 0;    
+  unsigned int cpt = 0;    
   int link_list_capacity = 0;
   link_KCCFLN05_t *link_list = NULL;
 
index ddf13c8..2eb7dcb 100644 (file)
@@ -902,8 +902,7 @@ static void add_route()
 {
     xbt_ex_t e;
     int nb_link = 0;
-    int cpt = 0;
-   // char* val;
+    unsigned int cpt = 0;
     int link_list_capacity = 0;
     link_L07_t *link_list = NULL;