Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move the (main) safety code as methods of SafetyChecker
[simgrid.git] / src / mc / Session.hpp
index 47c10e7c17438b418d480bd3bb92cd7eb0309ad9..f53d94816fafa201b1e75dab80ef1a253933a9c2 100644 (file)
@@ -64,6 +64,9 @@ public: // static constructors
   static Session* spawnvp(const char *path, char *const argv[]);
 };
 
+// Temporary
+extern simgrid::mc::Session* session;
+
 }
 }