X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dda30da885cac586aba7a4290b65e2a209293dab..6604439f3437486f84c0e239f28b162662631127:/src/surf/network.c diff --git a/src/surf/network.c b/src/surf/network.c index bd29038ff4..f8690a850a 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -8,7 +8,7 @@ #include "network_private.h" #include "xbt/log.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(network, surf, +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_network, surf, "Logging specific to the SURF network module"); surf_network_resource_t surf_network_resource = NULL; @@ -311,7 +311,8 @@ static void update_actions_state(double now, double delta) action->latency = 0.0; } if ((action->latency == 0.0) && !(action->suspended)) - lmm_update_variable_weight(maxmin_system, action->variable, 1.0); + lmm_update_variable_weight(maxmin_system, action->variable, + action->lat_current); } surf_double_update(&(action->generic_action.remains), lmm_variable_getvalue(action->variable) * deltap);