Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the conditionVariable observer to the right file
[simgrid.git] / teshsuite / s4u / issue71 / issue71.cpp
index 7b5ed74..7983e49 100644 (file)
@@ -9,7 +9,7 @@
 
 static void runner()
 {
-  auto* e                   = simgrid::s4u::Engine::get_instance();
+  const auto* e             = simgrid::s4u::Engine::get_instance();
   simgrid::s4u::Host* host0 = e->host_by_name("c1_0");
   simgrid::s4u::Host* host1 = e->host_by_name("c2_0");