X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9dbeb2372ad9a123d0558132ebb6e003e10aa641..0621557a3bed9466230014dd0e70d2d7186c9bd4:/teshsuite/msg/host_on_off/host_on_off_wait.c diff --git a/teshsuite/msg/host_on_off/host_on_off_wait.c b/teshsuite/msg/host_on_off/host_on_off_wait.c index 8237bf2127..5c35cb9408 100644 --- a/teshsuite/msg/host_on_off/host_on_off_wait.c +++ b/teshsuite/msg/host_on_off/host_on_off_wait.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2014. The SimGrid Team. +/* Copyright (c) 2010-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -23,12 +23,9 @@ int master(int argc, char *argv[]) { xbt_ex_t e; TRY { - msg_host_t jupiter = MSG_get_host_by_name("Jupiter"); + msg_host_t jupiter = MSG_host_by_name("Jupiter"); XBT_INFO("Master waiting"); - if(MSG_process_sleep(1)) { - XBT_ERROR("Unexpected error while sleeping"); - return 1; - } + MSG_process_sleep(1); XBT_INFO("Turning off the slave host"); MSG_host_off(jupiter);