Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use typed Mailbox::get<>() instead of using static_cast everywhere.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 17 Dec 2020 09:01:36 +0000 (10:01 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 17 Dec 2020 11:46:09 +0000 (12:46 +0100)
commit813e836067a1aa922c5fb1432300b7e6390ee352
tree27c7efb76ae9aaf8a29ca4cf78c0d6fadbf8874f
parenta55753238274cb77d9a28dd98176eb95119eaa27
Use typed Mailbox::get<>() instead of using static_cast everywhere.
51 files changed:
docs/source/tuto_s4u/master-workers-lab1.cpp
docs/source/tuto_s4u/master-workers-lab2.cpp
docs/source/tuto_s4u/master-workers-lab3.cpp
docs/source/tuto_s4u/master-workers-lab4.cpp
examples/s4u/actor-create/s4u-actor-create.cpp
examples/s4u/actor-exiting/s4u-actor-exiting.cpp
examples/s4u/app-bittorrent/s4u-peer.cpp
examples/s4u/app-chainsend/s4u-app-chainsend.cpp
examples/s4u/app-masterworkers/s4u-app-masterworkers-class.cpp
examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp
examples/s4u/app-pingpong/s4u-app-pingpong.cpp
examples/s4u/app-token-ring/s4u-app-token-ring.cpp
examples/s4u/cloud-simple/s4u-cloud-simple.cpp
examples/s4u/comm-ready/s4u-comm-ready.cpp
examples/s4u/comm-suspend/s4u-comm-suspend.cpp
examples/s4u/comm-waitall/s4u-comm-waitall.cpp
examples/s4u/comm-waitany/s4u-comm-waitany.cpp
examples/s4u/comm-waituntil/s4u-comm-waituntil.cpp
examples/s4u/energy-link/s4u-energy-link.cpp
examples/s4u/energy-wifi/s4u-energy-wifi.cpp
examples/s4u/maestro-set/s4u-maestro-set.cpp
examples/s4u/mc-bugged1-liveness/s4u-mc-bugged1-liveness.cpp
examples/s4u/mc-bugged1/s4u-mc-bugged1.cpp
examples/s4u/mc-bugged2/s4u-mc-bugged2.cpp
examples/s4u/mc-failing-assert/s4u-mc-failing-assert.cpp
examples/s4u/network-ns3-wifi/s4u-network-ns3-wifi.cpp
examples/s4u/network-ns3/s4u-network-ns3.cpp
examples/s4u/network-wifi/s4u-network-wifi.cpp
examples/s4u/platform-failures/s4u-platform-failures.cpp
examples/s4u/plugin-link-load/s4u-plugin-link-load.cpp
examples/s4u/replay-comm/s4u-replay-comm.cpp
examples/s4u/trace-categories/s4u-trace-categories.cpp
examples/s4u/trace-masterworkers/s4u-trace-masterworkers.cpp
examples/s4u/trace-process-migration/s4u-trace-process-migration.cpp
examples/smpi/smpi_s4u_masterworker/masterworker_mailbox_smpi.cpp
src/bindings/python/simgrid_python.cpp
src/plugins/vm/VmLiveMigration.cpp
teshsuite/mc/mutex-handling/mutex-handling.cpp
teshsuite/s4u/activity-lifecycle/testing_comm.cpp
teshsuite/s4u/actor-suspend/actor-suspend.cpp
teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp
teshsuite/s4u/host-on-off-actors/host-on-off-actors.cpp
teshsuite/s4u/host-on-off-recv/host-on-off-recv.cpp
teshsuite/s4u/host-on-off/host-on-off.cpp
teshsuite/s4u/listen_async/listen_async.cpp
teshsuite/s4u/ns3-from-src-to-itself/ns3-from-src-to-itself.cpp
teshsuite/s4u/ns3-simultaneous-send-rcv/ns3-simultaneous-send-rcv.cpp
teshsuite/s4u/pid/pid.cpp
teshsuite/s4u/storage_client_server/storage_client_server.cpp
teshsuite/surf/wifi_usage/wifi_usage.cpp
teshsuite/surf/wifi_usage_decay/wifi_usage_decay.cpp