X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2db5f47f61b8112e5a39fc03ac60a4b354da599..0ad6bd059ce73f4fcad69113644b928daa520af7:/src/mc/checker/LivenessChecker.cpp?ds=sidebyside diff --git a/src/mc/checker/LivenessChecker.cpp b/src/mc/checker/LivenessChecker.cpp index c4f33a7d47..8eff59c2c0 100644 --- a/src/mc/checker/LivenessChecker.cpp +++ b/src/mc/checker/LivenessChecker.cpp @@ -353,17 +353,12 @@ void LivenessChecker::run() fflush(dot_output); } + current_pair->graph_state->transition_.execute(); XBT_DEBUG("Execute: %s", current_pair->graph_state->transition_.to_string().c_str()); if (not current_pair->exploration_started) visited_pairs_count_++; - /* Answer the request */ - api::get().handle_simcall(current_pair->graph_state->transition_); - - /* Wait for requests (schedules processes) */ - api::get().mc_wait_for_requests(); - current_pair->requests--; current_pair->exploration_started = true;