Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add sg_actor_exit and sg_actor_on_exit
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Sat, 8 Feb 2020 15:56:22 +0000 (16:56 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Sat, 8 Feb 2020 16:14:16 +0000 (17:14 +0100)
commit781aee7fedc47a3c0acc35a738b0ffdecdb15211
tree468b8c5f68269094cf7e1998c3e6fac5d5def495
parent6c09a0f13195fb1a374db37de19ac9196dab3249
add sg_actor_exit and sg_actor_on_exit

+ convert the corresponding MSG example to s4u-c
+ MSG_process_on_exit becomes legacy
MANIFEST.in
examples/c/CMakeLists.txt
examples/c/actor-kill/actor-kill.c [new file with mode: 0644]
examples/c/actor-kill/actor-kill.tesh [new file with mode: 0644]
include/simgrid/actor.h
src/msg/msg_legacy.cpp
src/msg/msg_process.cpp
src/s4u/s4u_Actor.cpp
teshsuite/msg/CMakeLists.txt
teshsuite/msg/process-kill/process-kill.c [deleted file]
teshsuite/msg/process-kill/process-kill.tesh [deleted file]