Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add and use callback instr_actor_on_creation
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 7 May 2018 09:45:41 +0000 (11:45 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 7 May 2018 12:57:56 +0000 (14:57 +0200)
commit80386efc9eca69ba59f5bf527a716c8ed4d20f9d
treea6bc5e006bfee840244f74c11c50c6476c162eeb
parentb63adff37a6c05384b40d5c5bd5be49b246cf9fc
add and use callback instr_actor_on_creation

 + rename instr_ actor callbacks
 + create actor related stuff when the first actor is created and not
   the first host (makes more sense)
 + revalidate a tesh file accordingly
examples/msg/trace-process-migration/trace-process-migration.tesh
src/instr/instr_platform.cpp
src/simix/ActorImpl.cpp