Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify the actor finalization a tiny bit by using a callback
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 29 Aug 2018 20:04:11 +0000 (22:04 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 29 Aug 2018 20:04:14 +0000 (22:04 +0200)
commit03ce6a2e7863fe994d12ca8ab9141b4f6fdb5f8e
tree3a209d03569475c35711919c8735c547ea6f1d5e
parentc9c7beb7e2a457c51a9c4252e8b31b1c9a4ca094
simplify the actor finalization a tiny bit by using a callback

This is part of the removal of all trace-related pimpl all over the
code of MSG (my goal is to kill MSG_process_cleanup_from_SIMIX() all
together).

Note that I changed from Container::by_name() to
Container::by_name_or_null. It seems that not all actors have a
container by their name, not sure why.
src/instr/instr_paje_containers.cpp
src/instr/instr_platform.cpp
src/msg/msg_process.cpp