From 427a367b3a89a64dbf91a0469841a717e4c604be Mon Sep 17 00:00:00 2001 From: alegrand Date: Wed, 12 Sep 2007 16:10:41 +0000 Subject: [PATCH] bugfix revealed by making maxmin_system private... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4605 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/network.c b/src/surf/network.c index 1956c71631..ca825ae8ef 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -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++) -- 2.20.1