Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: rename some methods to make their intent clear
[simgrid.git] / src / mc / checker / LivenessChecker.cpp
index 4f6000f..bbced3a 100644 (file)
@@ -379,7 +379,7 @@ void LivenessChecker::run()
       }
     }
 
-    smx_simcall_t req = MC_state_get_request(current_pair->graph_state.get());
+    smx_simcall_t req = MC_state_choose_request(current_pair->graph_state.get());
     int req_num       = current_pair->graph_state->transition_.argument_;
 
     if (dot_output != nullptr) {