Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the bug raised by Benjamin Depardon.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 7 Jun 2008 13:45:22 +0000 (13:45 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 7 Jun 2008 13:45:22 +0000 (13:45 +0000)
commite1125ee008d92c7f0bbebc9274d7f44829fa58f9
treea005d028f30d10ebed812256fba0828f95af3a93
parent6a2196b36aedada4157b53b11c869cdc49e3788f
Fix the bug raised by Benjamin Depardon.

  The usage of this changed_state attribute was "premature
  optimization". The use of FIFO mode complicates the call path and
  makes things more complicated. That is why I've finally decide to
  use a clean dynar...

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5563 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/simdag/private.h
src/simdag/sd_global.c
src/simdag/sd_task.c