X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6f5199d14e3f1b6505d3e264257bfe64bd991ca7..6d004c352f7b26fba38486001f874e65466b5bee:/src/mc/mc_config.hpp diff --git a/src/mc/mc_config.hpp b/src/mc/mc_config.hpp index 2402e5a869..391d789a14 100644 --- a/src/mc/mc_config.hpp +++ b/src/mc/mc_config.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -10,17 +10,13 @@ /********************************** Configuration of MC **************************************/ extern "C" XBT_PUBLIC int _sg_do_model_check; +extern XBT_PUBLIC simgrid::config::Flag _sg_mc_buffering; extern XBT_PUBLIC simgrid::config::Flag _sg_mc_record_path; -extern XBT_PRIVATE simgrid::config::Flag _sg_do_model_check_record; extern XBT_PRIVATE simgrid::config::Flag _sg_mc_checkpoint; -extern XBT_PUBLIC simgrid::config::Flag _sg_mc_sparse_checkpoint; -extern XBT_PUBLIC simgrid::config::Flag _sg_mc_ksm; extern XBT_PUBLIC simgrid::config::Flag _sg_mc_property_file; extern XBT_PUBLIC simgrid::config::Flag _sg_mc_comms_determinism; extern XBT_PUBLIC simgrid::config::Flag _sg_mc_send_determinism; extern XBT_PRIVATE simgrid::config::Flag _sg_mc_timeout; -extern XBT_PRIVATE simgrid::config::Flag _sg_mc_hash; -extern XBT_PRIVATE simgrid::config::Flag _sg_mc_snapshot_fds; extern XBT_PRIVATE simgrid::config::Flag _sg_mc_max_depth; extern "C" XBT_PUBLIC int _sg_mc_max_visited_states; extern XBT_PRIVATE simgrid::config::Flag _sg_mc_dot_output_file;