Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The checker has the session and don't need the API to interact with it
[simgrid.git] / src / mc / Session.hpp
index c0942d8..1f42a04 100644 (file)
@@ -44,7 +44,7 @@ public:
   ~Session();
   void close();
 
-  void initialize();
+  void take_initial_snapshot();
   void execute(Transition const& transition) const;
   void log_state() const;