Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean the links between action and conditions. Now there are two functions:
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 6 Aug 2007 14:22:28 +0000 (14:22 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 6 Aug 2007 14:22:28 +0000 (14:22 +0000)
commitc394d513c7c5cc4348ff885de7161f03da7a6f11
tree28f7746b95d6f6cfcc6b7c90da51dab3f9fae27b
parente81a23d99673c6b8ebefa9fc0cb613f30b58dd18
Clean the links between action and conditions. Now there are two functions:
* SIMIX_register_action_to_condition
* SIMIX_unregister_action_to_condition
It creates and destroys links in both directions and should always be called together (i.e. "surround" a wait).

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3988 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/include/simix/simix.h
src/simix/private.h
src/simix/smx_action.c
src/simix/smx_global.c
src/simix/smx_synchro.c