Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate the is_off() methods.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 11 Feb 2019 19:40:35 +0000 (20:40 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 12 Feb 2019 16:30:02 +0000 (17:30 +0100)
commit4485d715fa3a090c1dd38def83ab8239feebecb3
tree1e630e7172432e47948fca37bc211d6262657d35
parent41ace32b5ffcd51fe79324b5353e5f1a6029d41e
Deprecate the is_off() methods.

They are simply the negation of is_on() and, when the two forms are defined,
we may wonder if there is some kind of intermediate state neither on(), nor
off().
26 files changed:
include/simgrid/host.h
include/simgrid/kernel/resource/Resource.hpp
include/simgrid/msg.h
include/simgrid/s4u/Host.hpp
include/simgrid/s4u/Link.hpp
src/kernel/activity/ExecImpl.cpp
src/kernel/activity/SleepImpl.cpp
src/kernel/context/Context.cpp
src/kernel/resource/Resource.cpp
src/msg/msg_legacy.cpp
src/plugins/vm/VirtualMachineImpl.cpp
src/plugins/vm/VmLiveMigration.cpp
src/s4u/s4u_Host.cpp
src/s4u/s4u_Link.cpp
src/simix/ActorImpl.cpp
src/simix/smx_host.cpp
src/simix/smx_io.cpp
src/simix/smx_network.cpp
src/smpi/plugins/load_balancer/LoadBalancer.cpp
src/surf/StorageImpl.cpp
src/surf/cpu_cas01.cpp
src/surf/cpu_ti.cpp
src/surf/network_cm02.cpp
src/surf/network_interface.cpp
src/surf/ptask_L07.cpp
src/surf/storage_n11.cpp