X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/122a5a2813fd6d64d4db8ee7f1fdb5a62b7e0d6a..bfe580c9acb43ca1ca658f9111d4cd6f5951bbdc:/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();