X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40d0f799c3bfa9b3004307e9806121873bc356f6..850b11f6847edce3023ef068f2df7417691e2df3:/src/include/mc/mc.h?ds=sidebyside diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 5052281354..f227baef43 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -37,10 +37,13 @@ SG_BEGIN_DECL() /********************************** 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; extern XBT_PUBLIC(int) _sg_mc_sparse_checkpoint; +extern XBT_PUBLIC(int) _sg_mc_ksm; +extern XBT_PUBLIC(int) _sg_mc_soft_dirty; extern XBT_PUBLIC(char*) _sg_mc_property_file; extern XBT_PRIVATE int _sg_mc_timeout; extern XBT_PRIVATE int _sg_mc_hash; @@ -54,13 +57,13 @@ extern XBT_PRIVATE int _sg_mc_liveness; extern XBT_PRIVATE int _sg_mc_snapshot_fds; extern XBT_PRIVATE int _sg_mc_termination; -extern XBT_PRIVATE xbt_dynar_t mc_heap_comparison_ignore; -extern XBT_PRIVATE xbt_dynar_t stacks_areas; - /********************************* Global *************************************/ + XBT_PRIVATE void _mc_cfg_cb_reduce(const char *name, int pos); XBT_PRIVATE void _mc_cfg_cb_checkpoint(const char *name, int pos); XBT_PRIVATE void _mc_cfg_cb_sparse_checkpoint(const char *name, int pos); +XBT_PRIVATE void _mc_cfg_cb_ksm(const char *name, int pos); +XBT_PRIVATE void _mc_cfg_cb_soft_dirty(const char *name, int pos); XBT_PRIVATE void _mc_cfg_cb_property(const char *name, int pos); XBT_PRIVATE void _mc_cfg_cb_timeout(const char *name, int pos); XBT_PRIVATE void _mc_cfg_cb_snapshot_fds(const char *name, int pos);