X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30382b06d3320a281f1556546e3b0a8112bd055a..f50afc03bed61a42cd816ce73fa48aedd1331fcc:/src/mc/mc_config.hpp diff --git a/src/mc/mc_config.hpp b/src/mc/mc_config.hpp index f411e7c706..713156f23b 100644 --- a/src/mc/mc_config.hpp +++ b/src/mc/mc_config.hpp @@ -12,7 +12,8 @@ namespace simgrid::mc { bool cfg_use_DPOR(); // "model-check/reduction" == "DPOR" XBT_DECLARE_ENUM_CLASS(ModelCheckingMode, NONE, APP_SIDE, CHECKER_SIDE, REPLAY); -extern XBT_PUBLIC ModelCheckingMode model_checking_mode; +XBT_PUBLIC ModelCheckingMode get_model_checking_mode(); +XBT_PUBLIC void set_model_checking_mode(ModelCheckingMode mode); }; extern XBT_PUBLIC simgrid::config::Flag _sg_mc_buffering; @@ -23,12 +24,11 @@ extern XBT_PUBLIC simgrid::config::Flag _sg_mc_send_determinism; extern XBT_PUBLIC simgrid::config::Flag _sg_mc_unfolding_checker; extern XBT_PRIVATE simgrid::config::Flag _sg_mc_timeout; extern XBT_PRIVATE simgrid::config::Flag _sg_mc_max_depth; +extern XBT_PRIVATE simgrid::config::Flag _sg_mc_random_seed; extern "C" XBT_PUBLIC int _sg_mc_max_visited_states; extern XBT_PRIVATE simgrid::config::Flag _sg_mc_dot_output_file; extern XBT_PRIVATE simgrid::config::Flag _sg_mc_termination; extern XBT_PUBLIC simgrid::config::Flag _sg_mc_sleep_set; -extern XBT_PUBLIC simgrid::config::Flag _sg_mc_guided; - - +extern XBT_PUBLIC simgrid::config::Flag _sg_mc_strategy; #endif