]> AND Public Git Repository - simgrid.git/blobdiff - examples/cpp/energy-boot/s4u-energy-boot.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / examples / cpp / energy-boot / s4u-energy-boot.cpp
index 33fd4bfda320681884ba8089e684da801cd800b9..ebdc075fbbf2876802b2843d9eb2288bb98acb0b 100644 (file)
@@ -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. */
@@ -103,7 +103,7 @@ int main(int argc, char* argv[])
   xbt_assert(argc == 2, "Usage: %s platform_file\n\tExample: %s platform.xml\n", argv[0], argv[0]);
 
   e.load_platform(argv[1]);
-  simgrid::s4u::Actor::create("Boot Monitor", simgrid::s4u::Host::by_name("MyHost2"), monitor);
+  simgrid::s4u::Actor::create("Boot Monitor", e.host_by_name("MyHost2"), monitor);
 
   e.run();