Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bugfix revealed by making maxmin_system private...
[simgrid.git] / 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_latency(maxmin_system, action->variable,
+  lmm_update_variable_latency(network_maxmin_system, action->variable,
                              action->latency);
 
   for (i = 0; i < route_size; i++)