Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give an explicit name to the session singleton
[simgrid.git] / src / mc / Session.hpp
index 1f42a04..d89b702 100644 (file)
@@ -53,8 +53,7 @@ public:
 };
 
 // Temporary :)
-extern simgrid::mc::Session* session;
-
+extern simgrid::mc::Session* session_singleton;
 }
 }