Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The return type of the sg_actor_on_exit() callbacks is now 'void'
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 6 May 2020 21:43:05 +0000 (23:43 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 6 May 2020 21:43:05 +0000 (23:43 +0200)
commita5aed5fe94295646c0a9ea87014ebfe69493578b
tree0bd184d763b22aeb37e55acff71c98127044b759
parent638c7d65967d0047c54deb334fe5b6fab843240e
The return type of the sg_actor_on_exit() callbacks is now 'void'
ChangeLog
examples/c/actor-exiting/actor-exiting.c
examples/c/actor-kill/actor-kill.c
examples/c/actor-lifetime/actor-lifetime.c
include/simgrid/actor.h
include/xbt/function_types.h
src/msg/msg_legacy.cpp
src/s4u/s4u_Actor.cpp