X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/603a2971cfa9ec8a4fd4493b74c5680956828423..ade29f42563cdc36cea26a7dd51fca288c160aa6:/src/mc/mc_record.hpp?ds=sidebyside diff --git a/src/mc/mc_record.hpp b/src/mc/mc_record.hpp index df5285e695..d4ead6f699 100644 --- a/src/mc/mc_record.hpp +++ b/src/mc/mc_record.hpp @@ -6,9 +6,8 @@ /** \file mc_record.hpp * * This file contains the MC replay/record functionnality. - * A MC path may be recorded by using ``-cfg=model-check/record:1`'`. - * The path is written in the log output and an be replayed with MC disabled - * (even with an non-MC build) with `--cfg=model-check/replay:$replayPath`. + * The recorded path is written in the log output and can be replayed with MC disabled + * (even with an non-MC build) using `--cfg=model-check/replay:$replayPath`. * * The same version of Simgrid should be used and the same arguments should be * passed to the application (without the MC specific arguments). @@ -39,13 +38,6 @@ XBT_PRIVATE void replay(const std::string& trace); } } -/** Whether the MC record mode is enabled - * - * The behaviour is not changed. The only real difference is that - * the path is writtent in the log when an interesting path is found. - */ -#define MC_record_is_active() _sg_do_model_check_record - // **** Data conversion #endif