Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The process list of MSG is now a swag instead of a fifo.
authorthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Feb 2011 13:20:47 +0000 (13:20 +0000)
committerthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Feb 2011 13:20:47 +0000 (13:20 +0000)
commit63ea61dcf159b166cad6f257cb92912971491470
tree543d48cab1ee8e32137ca3dd092a95e746222a25
parentdaf533bcb25008af1fe9992c3a924121e56a8328
The process list of MSG is now a swag instead of a fifo.

When a process finishes, MSG removes it from the list and this operation
was not efficient with a fifo.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9570 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/msg/datatypes.h
src/msg/global.c
src/msg/m_process.c
src/msg/private.h