Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate SIMIX_process_{a,de}tach
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 22 Feb 2019 13:14:07 +0000 (14:14 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 22 Feb 2019 13:16:42 +0000 (14:16 +0100)
commit8a0edc1a3b6e911b8e6b8db2cb2c94b751fae29a
treeede418ecb02ae91d1fd34b804fb3921eb7ce7ee8
parent097a9bcbcfefff811429ccce957affe18c332e41
deprecate SIMIX_process_{a,de}tach
* replaced by ActorImpl::{a,de}tach
* add sg_actor_{a,de}tach to the C API of actors
* MSG_process_{a,de}tach go to msg_legacy
include/simgrid/actor.h
include/simgrid/simix.h
src/msg/msg_legacy.cpp
src/msg/msg_process.cpp
src/s4u/s4u_Actor.cpp
src/simix/ActorImpl.cpp
src/simix/ActorImpl.hpp