Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Constify get_properties() and and remove simcalls.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 17 Apr 2019 21:21:48 +0000 (23:21 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 18 Apr 2019 09:46:58 +0000 (11:46 +0200)
commiteadce057a2c8e09df65641e77935bd9ffc905440
tree253b1844df648c8ea4edafd9fd8657532b0af17a
parent788c2bda47c06816d2ba4f2d00033ae66a31e5d9
Constify get_properties() and and remove simcalls.
20 files changed:
examples/s4u/platform-properties/s4u-platform-properties.cpp
include/simgrid/kernel/routing/NetZoneImpl.hpp
include/simgrid/s4u/Actor.hpp
include/simgrid/s4u/Host.hpp
include/simgrid/s4u/Link.hpp
include/simgrid/s4u/NetZone.hpp
include/simgrid/s4u/Storage.hpp
src/kernel/actor/ActorImpl.cpp
src/kernel/actor/ActorImpl.hpp
src/kernel/routing/NetZoneImpl.cpp
src/s4u/s4u_Actor.cpp
src/s4u/s4u_Host.cpp
src/s4u/s4u_Link.cpp
src/s4u/s4u_Netzone.cpp
src/s4u/s4u_Storage.cpp
src/surf/PropertyHolder.cpp
src/surf/PropertyHolder.hpp
teshsuite/s4u/storage_client_server/storage_client_server.cpp
teshsuite/s4u/storage_client_server/storage_client_server.tesh
teshsuite/simdag/flatifier/flatifier.cpp