X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8646277c6b3e1e80c499bc2d73938a0a4f555a8..f50afc03bed61a42cd816ce73fa48aedd1331fcc:/src/mc/mc_config.hpp diff --git a/src/mc/mc_config.hpp b/src/mc/mc_config.hpp index 64acccc142..713156f23b 100644 --- a/src/mc/mc_config.hpp +++ b/src/mc/mc_config.hpp @@ -24,6 +24,7 @@ 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;