X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe676bdf59f9b7bc9ab2868caf5ca56789367419..0700b488178346d3cccc454f641a7155c6ff6026:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 85cb1ac665..a49184d90a 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -38,6 +38,7 @@ SG_BEGIN_DECL() /********************************** Configuration of MC **************************************/ extern int _sg_do_model_check; extern int _sg_mc_checkpoint; +extern int _sg_mc_sparse_checkpoint; extern char* _sg_mc_property_file; extern int _sg_mc_timeout; extern int _sg_mc_hash; @@ -57,6 +58,7 @@ extern void *maestro_stack_end; /********************************* Global *************************************/ void _mc_cfg_cb_reduce(const char *name, int pos); void _mc_cfg_cb_checkpoint(const char *name, int pos); +void _mc_cfg_cb_sparse_checkpoint(const char *name, int pos); void _mc_cfg_cb_property(const char *name, int pos); void _mc_cfg_cb_timeout(const char *name, int pos); void _mc_cfg_cb_hash(const char *name, int pos);