X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b214e39a03bf14bd65f62bd8742aa56e2aa0bd3e..42512083de42e8878084418d19303186bdc0906a:/src/mc/mc_base.hpp diff --git a/src/mc/mc_base.hpp b/src/mc/mc_base.hpp index 30d4d15f20..ca4806b682 100644 --- a/src/mc/mc_base.hpp +++ b/src/mc/mc_base.hpp @@ -18,7 +18,7 @@ namespace mc { * iteratively until there doesn't remain any. At this point, the function * returns to the caller which can handle the visible (and ready) simcalls. */ -XBT_PRIVATE void wait_for_requests(); +XBT_PRIVATE void execute_actors(); XBT_PRIVATE extern std::vector processes_time;