X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e4e4b7da7f6a6d04b659f0aa9c1de8733939096f..d6eb772e45cc853fc204bb5aebeb411cdfa7c929:/src/mc/mc_config.hpp diff --git a/src/mc/mc_config.hpp b/src/mc/mc_config.hpp index eaf2e20984..a900f7c527 100644 --- a/src/mc/mc_config.hpp +++ b/src/mc/mc_config.hpp @@ -11,7 +11,8 @@ /********************************** Configuration of MC **************************************/ namespace simgrid::mc { bool cfg_use_DPOR(); // "model-check/reduction" == "DPOR" -extern XBT_PUBLIC bool cfg_do_model_check; +XBT_DECLARE_ENUM_CLASS(ModelCheckingMode, NONE, APP_SIDE, CHECKER_SIDE, REPLAY); +extern XBT_PUBLIC ModelCheckingMode model_checking_mode; }; extern XBT_PUBLIC simgrid::config::Flag _sg_mc_buffering;