X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6683b41cf9ecda70c1d4d75d1effc61903a894f..f5f38e5b9cdacbf1ba1705bb7ed592b59f8e8712:/src/plugins/chaos_monkey.cpp diff --git a/src/plugins/chaos_monkey.cpp b/src/plugins/chaos_monkey.cpp index 3310cdb146..282bcd5477 100644 --- a/src/plugins/chaos_monkey.cpp +++ b/src/plugins/chaos_monkey.cpp @@ -23,7 +23,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cmonkey, kernel, "Chaos Monkey plugin"); 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();