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.cpp
index 0bd6e82..77c68af 100644 (file)
@@ -98,8 +98,8 @@ Session::~Session()
   this->close();
 }
 
-/** Take the initial snapshot of the application, that must be stopped. */
-void Session::initialize()
+/** The application must be stopped. */
+void Session::take_initial_snapshot()
 {
   xbt_assert(initial_snapshot_ == nullptr);
   model_checker_->wait_for_requests();