X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0fc10056ca5f7ba067fb0f73dd95d939ed610d3..53665b99d0b7d1b7444a396a791f6629eb71822b:/teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration.cpp diff --git a/teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration.cpp b/teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration.cpp index afb79fbafb..df7d015224 100644 --- a/teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration.cpp +++ b/teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration.cpp @@ -35,7 +35,7 @@ static void master_main() vm0->start(); XBT_INFO("Start the migration of %s from %s to %s", vm0->getCname(), pm0->getCname(), pm1->getCname()); - simgrid::s4u::ActorPtr migration = vm_migrate_async(vm0, pm1); + vm_migrate_async(vm0, pm1); simgrid::s4u::this_actor::sleep_for(2); XBT_INFO("Wait! change my mind, shutdown %s. This ends the migration", vm0->getCname());