X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5b91248fa5fef0d3a11b9da3546cf9f1023192a..8838d77194db9264fdec177b93194cc9e8c1b7e2:/src/mc/private.h diff --git a/src/mc/private.h b/src/mc/private.h index 359560edab..7b4acca159 100644 --- a/src/mc/private.h +++ b/src/mc/private.h @@ -37,6 +37,7 @@ void MC_restore_snapshot(mc_snapshot_t); void MC_free_snapshot(mc_snapshot_t); /********************************* MC Global **********************************/ +extern double *mc_time; /* Bound of the MC depth-first search algorithm */ #define MAX_DEPTH 1000 @@ -51,7 +52,7 @@ void MC_dump_stack(xbt_fifo_t stack); /********************************* Requests ***********************************/ int MC_request_depend(smx_req_t req1, smx_req_t req2); -char* MC_request_to_string(smx_req_t req); +char* MC_request_to_string(smx_req_t req, int value); unsigned int MC_request_testany_fail(smx_req_t req); /*int MC_waitany_is_enabled_by_comm(smx_req_t req, unsigned int comm);*/ int MC_request_is_visible(smx_req_t req);