X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/de0765cca8da736799b534113602a9cb8bc32809..8e354d068c720173674d1f34e9d9605b77c15ad3:/src/mc/mc_global.cpp diff --git a/src/mc/mc_global.cpp b/src/mc/mc_global.cpp index 0806e5303e..62bb75d444 100644 --- a/src/mc/mc_global.cpp +++ b/src/mc/mc_global.cpp @@ -263,7 +263,7 @@ void MC_replay(xbt_fifo_t stack) if (_sg_mc_comms_determinism || _sg_mc_send_determinism) MC_handle_comm_pattern(call, req, value, NULL, 1); - MC_wait_for_requests(); + mc_model_checker->wait_for_requests(); count++; } @@ -330,7 +330,7 @@ void MC_replay_liveness(xbt_fifo_t stack) } MC_simcall_handle(req, value); - MC_wait_for_requests(); + mc_model_checker->wait_for_requests(); } /* Update statistics */