X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/595e59c568ff5f8510de201bfd800951cdc2adcb..c6eb984ee08e3c7eec012130fbad9c875862e7cc:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 3f5864ce2f..d3f6b29594 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -6,8 +6,8 @@ #ifndef MC_MC_H #define MC_MC_H +#include #include /* our public interface (and definition of SIMGRID_HAVE_MC) */ -#include /* Maximum size of the application heap. * @@ -24,7 +24,7 @@ SG_BEGIN_DECL() -/********************************** Configuration of MC **************************************/ +/********************************** Configuration of MC **************************************/ extern XBT_PUBLIC(int) _sg_do_model_check; extern XBT_PRIVATE int _sg_do_model_check_record; extern XBT_PRIVATE int _sg_mc_checkpoint; @@ -64,8 +64,6 @@ XBT_PRIVATE void MC_automaton_load(const char *file); /********************************* Memory *************************************/ XBT_PUBLIC(void) MC_memory_init(); /* Initialize the memory subsystem */ -XBT_PUBLIC(void) MC_memory_exit(); -XBT_PUBLIC(void) MC_memory_init_server(); SG_END_DECL()