Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another easy test from McMini
[simgrid.git] / src / plugins / chaos_monkey.cpp
index 04810ee442934a60dc77391a499a2de08ccd89e2..282bcd5477083c6d6bd19cff19aa80c6c7237752 100644 (file)
@@ -23,7 +23,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cmonkey, kernel, "Chaos Monkey plugin");
 
 static void sg_chaos_monkey_plugin_run()
 {
 
 static void sg_chaos_monkey_plugin_run()
 {
-  auto engine = sg4::Engine::get_instance();
+  const auto* engine = sg4::Engine::get_instance();
   auto hosts  = engine->get_all_hosts();
   auto links  = engine->get_all_links();
 
   auto hosts  = engine->get_all_hosts();
   auto links  = engine->get_all_links();