Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Use the std::function simcall_process_create() to create the actor
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 20 May 2016 13:50:14 +0000 (15:50 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 23 May 2016 07:05:21 +0000 (09:05 +0200)
commit63c58fc50847281c051e02ba5a6b539439de4990
tree3b93c8a71e7c804dbad6304fec0771aec99540be
parentd17f206ea75d3cccc5f1b83b67f58d4fe87781d1
[s4u] Use the std::function simcall_process_create() to create the actor

It is not clear what should happen when autorestarting a
process. Currently, the new Actor receive a reinitalized state which
is different from what was happening before this sequence of commits.
src/s4u/s4u_actor.cpp