Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use MSG_host_by_name() instead of MSG_get_host_by_name()
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Jul 2015 08:30:02 +0000 (10:30 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 18 Jul 2015 18:07:02 +0000 (20:07 +0200)
commitc85e43e7cc3034aefc758257a387d32026c05ef4
tree632f25613f5a15ce13bc00b352b7067459b3aea0
parentd6d6125ce98df87b1f8a2407f3245513847af6cd
Use MSG_host_by_name() instead of MSG_get_host_by_name()

Both work, but the first is more coherent with the rest of the
interface.
31 files changed:
examples/msg/cloud/migrate_vm.c
examples/msg/energy/consumption/energy_consumption.c
examples/msg/energy/onoff/onoff.c
examples/msg/energy/pstate/pstate.c
examples/msg/io/remote.c
examples/msg/masterslave/masterslave_bypass.c
examples/msg/masterslave/masterslave_cluster.c
examples/msg/masterslave/masterslave_failure.c
examples/msg/masterslave/masterslave_failure_platfgen.c
examples/msg/masterslave/masterslave_forwarder.c
examples/msg/masterslave/masterslave_kill.c
examples/msg/masterslave/masterslave_platfgen.c
examples/msg/migration/migration.c
examples/msg/parallel_task/test_ptask.c
examples/msg/properties/msg_prop.c
examples/msg/sendrecv/sendrecv.c
examples/msg/tracing/procmig.c
include/simgrid/msg.h
src/bindings/java/jmsg_host.c
src/bindings/java/jmsg_process.c
src/bindings/lua/lua_host.c
src/bindings/lua/lua_platf.c
src/msg/msg_host.c
src/msg/msg_io.c
src/msg/msg_process.c
src/msg/msg_vm.c
teshsuite/msg/host_on_off/host_on_off.c
teshsuite/msg/host_on_off/host_on_off_recv.c
teshsuite/msg/host_on_off/host_on_off_wait.c
teshsuite/msg/host_on_off_processes/host_on_off_processes.c
teshsuite/msg/storage/concurrent_rw.c