Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Undeprecate SIMIX_process_self_{get,set}_data.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 11 Oct 2019 12:41:08 +0000 (14:41 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 11 Oct 2019 12:41:08 +0000 (14:41 +0200)
commit412a7b3712a71356caefcff17c554dbdd22284d2
treea628804f06c5bc7560600858958b64276d4ff174
parentf5f972472de4503232dcb8658fb650b6f7c40b80
Undeprecate SIMIX_process_self_{get,set}_data.

It's used by user code (e.g. StarPU) and the suggested replacement cannot work
since ActorImpl is not part of the public API.
include/simgrid/simix.h
src/kernel/actor/ActorImpl.cpp