X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd031688c75b0120d21a705ae3ee325ca0718530..7aa058f61406a26cf8ff9f1a04bfca254c775c62:/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp diff --git a/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp b/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp index cc861427e3..89189a9584 100644 --- a/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp +++ b/teshsuite/s4u/actor-autorestart/actor-autorestart.cpp @@ -17,7 +17,7 @@ static void dummy() static void dummy_daemon() { simgrid::s4u::Actor::self()->daemonize(); - while (1) { + while (simgrid::s4u::this_actor::get_host()->is_on()) { XBT_INFO("Hello from the infinite loop"); simgrid::s4u::this_actor::sleep_for(80.0); }