Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SIMIX] Move std::function<void()> to simgrid::simix::ActorCode
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 29 Jun 2018 09:07:48 +0000 (11:07 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 29 Jun 2018 09:23:32 +0000 (11:23 +0200)
commit7dc88f3f2d9046ce7244200bf1c1d3442a94e890
tree895d1d0457f54f67406c8944d064d49a21ae6d95
parente14efade5dfa8df13c1b66a0d35af2d269784d11
[SIMIX] Move std::function<void()> to simgrid::simix::ActorCode

That's a typedef for the same thing but makes the code
more readable.
include/simgrid/simix.hpp
src/msg/msg_private.hpp
src/msg/msg_process.cpp
src/simix/ActorImpl.cpp
src/simix/ActorImpl.hpp
src/simix/smx_global.cpp
src/simix/smx_host.cpp
src/surf/sg_platf.cpp