Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mcapi::restore_initial_state() in replay()
authorEhsan Azimi <eazimi@ehsan.irisa.fr>
Fri, 11 Dec 2020 11:03:27 +0000 (12:03 +0100)
committerEhsan Azimi <eazimi@ehsan.irisa.fr>
Fri, 11 Dec 2020 11:03:27 +0000 (12:03 +0100)
src/mc/checker/LivenessChecker.cpp

index 6535c86..3484b8d 100644 (file)
@@ -120,7 +120,7 @@ void LivenessChecker::replay()
   }
 
   /* Restore the initial state */
-  mc::session->restore_initial_state();
+  mcapi::get().restore_initial_state();
 
   /* Traverse the stack from the initial state and re-execute the transitions */
   int depth = 1;