Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bugfix revealed by making maxmin_system private...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 12 Sep 2007 16:10:41 +0000 (16:10 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 12 Sep 2007 16:10:41 +0000 (16:10 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4605 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/network.c

index 1956c71..ca825ae 100644 (file)
@@ -490,7 +490,7 @@ static surf_action_t communicate(void *src, void *dst, double size,
       lmm_update_variable_bound(network_maxmin_system, action->variable,
                                action->rate);
   }
       lmm_update_variable_bound(network_maxmin_system, action->variable,
                                action->rate);
   }
-  lmm_update_variable_latency(maxmin_system, action->variable,
+  lmm_update_variable_latency(network_maxmin_system, action->variable,
                              action->latency);
 
   for (i = 0; i < route_size; i++)
                              action->latency);
 
   for (i = 0; i < route_size; i++)