X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2e52058267e8ba6e5c4da63653351395471935b..578dd56a4a07709db1922ff5edd98f0c8f3090f9:/src/mc/mc_base.h diff --git a/src/mc/mc_base.h b/src/mc/mc_base.h index a37b9471eb..fc587fb6b9 100644 --- a/src/mc/mc_base.h +++ b/src/mc/mc_base.h @@ -15,7 +15,7 @@ namespace simgrid { namespace mc { -/** Can this requests can be executed. +/** Can this requests can be executed? * * Most requests are always enabled but WAIT and WAITANY * are not always enabled: a WAIT where the communication does not @@ -35,7 +35,7 @@ XBT_PRIVATE void wait_for_requests(void); XBT_PRIVATE extern std::vector processes_time; /** Execute a given simcall */ -XBT_PRIVATE void handle_simcall(smx_simcall_t req, int value); +XBT_PRIVATE void handle_simcall(smx_simcall_t req, int req_num); /** Check if the given simcall is visible *