Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc: change 3 static functions into private methods
[simgrid.git] / src / mc / Session.cpp
index 8bb58f6..e79fa47 100644 (file)
@@ -112,7 +112,7 @@ void Session::execute(Transition const& transition)
 
 void Session::restoreInitialState()
 {
-  simgrid::mc::restore_snapshot(this->initialSnapshot_);
+  this->initialSnapshot_->restore(&mc_model_checker->process());
 }
 
 void Session::logState()