X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed9b07e5c0c7eb6d4d38b0fe5aaea80d6996a8a7..c85e43e7cc3034aefc758257a387d32026c05ef4:/examples/msg/masterslave/masterslave_kill.c diff --git a/examples/msg/masterslave/masterslave_kill.c b/examples/msg/masterslave/masterslave_kill.c index 9c8e09ec34..438a4856dc 100644 --- a/examples/msg/masterslave/masterslave_kill.c +++ b/examples/msg/masterslave/masterslave_kill.c @@ -29,7 +29,7 @@ static int master(int argc, char *argv[]) msg_process_t bob = NULL; XBT_INFO("Hello!"); - bob = MSG_process_create("slave", slave, NULL, MSG_get_host_by_name("Fafard")); + bob = MSG_process_create("slave", slave, NULL, MSG_host_by_name("Fafard")); MSG_process_sleep(10.0); XBT_INFO("Resume process");