X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f94f413f3722a8cea9ab78dfa72e3af7b2f4f67d..9d765a692e8aae0c06d16ce6d7db2acdd0b3b63d:/src/surf/network.c diff --git a/src/surf/network.c b/src/surf/network.c index 6df63ed3d3..5df9715530 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -477,9 +477,8 @@ static double net_share_resources_lazy(double now) int max_dur_flag = 0; if (GENERIC_ACTION(action).state_set != - surf_network_model->states.running_action_set) { + surf_network_model->states.running_action_set) continue; - } /* bogus priority, skip it */ if (GENERIC_ACTION(action).priority <= 0) {