Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixed build_tree to enable MPI broadcasts with root nodes other than 0.
[simgrid.git] / src / mc / private.h
index 733a7269a668d39a9be6cba1920763ebbad5fad8..7b4acca1598705c7fd5d57e16efcf445cba1b187 100644 (file)
@@ -52,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);