X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/208924f0b511eb55c98c74a56a9d9e6b7430c370..f07101941f4397554a6cee4fbaf3286137865064:/src/mc/private.h diff --git a/src/mc/private.h b/src/mc/private.h index 733a7269a6..1adc99aa82 100644 --- a/src/mc/private.h +++ b/src/mc/private.h @@ -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); @@ -122,7 +122,7 @@ void MC_print_statistics(mc_stats_t); extern void *std_heap; extern void *raw_heap; -int raw_heap_fd; +/* extern int raw_heap_fd; */ /* unused */ #define STD_HEAP_SIZE 20480000 /* Maximum size of the system's heap */ /* FIXME: Horrible hack! because the mmalloc library doesn't provide yet of */