From a618f98883ad0b70c615462db956fc8929b98c31 Mon Sep 17 00:00:00 2001 From: alegrand Date: Fri, 14 Sep 2007 08:26:49 +0000 Subject: [PATCH] stupid me. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4630 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/workstation_ptask_L07.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/workstation_ptask_L07.c b/src/surf/workstation_ptask_L07.c index ba2f737386..4b4d9266fa 100644 --- a/src/surf/workstation_ptask_L07.c +++ b/src/surf/workstation_ptask_L07.c @@ -194,7 +194,7 @@ static void action_resume(surf_action_t action) XBT_IN1("(%p)", act); if (act->suspended != 2) { - lmm_update_variable_weight(ptask_maxmin_system,action->variable, 1.0); + lmm_update_variable_weight(ptask_maxmin_system,act->variable, 1.0); act->suspended = 0; } XBT_OUT; -- 2.20.1