Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace the setsets in the MC's states by malloced arrays.
authorcristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 5 Jan 2011 09:02:32 +0000 (09:02 +0000)
committercristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 5 Jan 2011 09:02:32 +0000 (09:02 +0000)
commit32df02dabc4562d5bb8dbd0e54fb026cd6534376
tree6ff260e3dde0195a0452cd55b0458b4419926845
parent2a6374b4690c4acd146423676b19c66d26f45c28
Replace the setsets in the MC's states by malloced arrays.
In the case that a process has multiple transitions enabled
(like when executing a waitany request) the process should be
several times in the interleave set, so we need multisets, and
the setsets are useless.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9355 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/mc/mc_dpor.c
src/mc/mc_global.c
src/mc/mc_state.c
src/mc/private.h
src/simix/private.h
src/simix/smx_process.c