Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Each action can now have a maximum duration. That is a convenient way to
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 9 Dec 2004 23:26:29 +0000 (23:26 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 9 Dec 2004 23:26:29 +0000 (23:26 +0000)
commit93bfd522e431912cc88a28252eb9bc4074c991fb
tree4919574cdc5b2fe2b11a7604a4ad69ce9c063936
parent1c06c4d49a2022cb250516dac52d613e9efaf66b
Each action can now have a maximum duration. That is a convenient way to
model a sleep or a network saturation for a given period of time.

Also add a suspend/resume to cpu.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@583 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/include/surf/surf.h
src/surf/cpu.c
src/surf/network.c
src/surf/surf.c
src/surf/surf_private.h
testsuite/surf/surf_usage.c