Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mcapi::mc_inc_executed_trans() in replay()
[simgrid.git] / src / mc / checker / LivenessChecker.cpp
index d09e87d..476dfef 100644 (file)
@@ -150,7 +150,7 @@ void LivenessChecker::replay()
 
     /* Update statistics */
     visited_pairs_count_++;
-    mc_model_checker->executed_transitions++;
+    mcapi::get().mc_inc_executed_trans();
 
     depth++;
   }