X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aeecccef59f268281e3c0423a535ccc4e001e491..37dc8526fc8f952bd56ab72b4d58b657d34cbbbd:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 4680251d1e..defbf5c362 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -32,6 +32,8 @@ extern char*_surf_mc_property_file; /* fixme: better location? */ extern xbt_dynar_t mc_heap_comparison_ignore; extern xbt_dynar_t stacks_areas; +extern void *maestro_stack_start; +extern void *maestro_stack_end; /********************************* Global *************************************/ void _mc_cfg_cb_reduce(const char *name, int pos);