X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/849ebc4004f97372ab9df109e542198c1bf5d694..a62f7fd52f7273e5cfb7de48e8d530f805c67d74:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 9892190358..cbc7ce302e 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -14,6 +14,7 @@ #include "simgrid/simix.h" #include "simgrid/modelchecker.h" /* our public interface (and definition of HAVE_MC) */ #include "xbt/automaton.h" +#include "xbt/dynar.h" #define STD_HEAP_SIZE 20480000 /* Maximum size of the system's heap */ @@ -21,6 +22,8 @@ SG_BEGIN_DECL() extern char*_surf_mc_property_file; /* fixme: better location? */ +extern xbt_dynar_t mmalloc_ignore; + /********************************* Global *************************************/ void _mc_cfg_cb_reduce(const char *name, int pos); void _mc_cfg_cb_checkpoint(const char *name, int pos);