X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/044695be6d7979484f492d3640dd30fb6bcac2dc..ea74f5d95928a521a588737e81f1de94eef25d19:/examples/cpp/energy-exec-ptask/s4u-energy-exec-ptask.cpp diff --git a/examples/cpp/energy-exec-ptask/s4u-energy-exec-ptask.cpp b/examples/cpp/energy-exec-ptask/s4u-energy-exec-ptask.cpp index f5d185a83e..e74d98e696 100644 --- a/examples/cpp/energy-exec-ptask/s4u-energy-exec-ptask.cpp +++ b/examples/cpp/energy-exec-ptask/s4u-energy-exec-ptask.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -162,7 +162,7 @@ int main(int argc, char* argv[]) xbt_assert(argc == 2, "Usage: %s platform_file\n\tExample: %s ../platforms/energy_platform.xml\n", argv[0], argv[0]); e.load_platform(argv[1]); - simgrid::s4u::Actor::create("energy_ptask_test", simgrid::s4u::Host::by_name("MyHost1"), runner); + simgrid::s4u::Actor::create("energy_ptask_test", e.host_by_name("MyHost1"), runner); e.run(); XBT_INFO("End of simulation.");