X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6c686f5c734739033f848b8009c9b825b7aa9c1d..9b00b25919fb4fe7311031c78a13e7ae2055df70:/src/mc/mc_config.cpp diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index 147b38a1e5..cae53203e5 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -9,16 +9,16 @@ #include #include -#include "mc/mc_replay.h" +#include "src/mc/mc_replay.h" #include #ifdef HAVE_MC -#include "mc_safety.h" -#include "mc_private.h" +#include "src/mc/mc_safety.h" +#include "src/mc/mc_private.h" #endif -#include "mc_record.h" +#include "src/mc/mc_record.h" extern "C" { @@ -52,11 +52,11 @@ int _sg_mc_checkpoint = 0; int _sg_mc_sparse_checkpoint = 0; int _sg_mc_soft_dirty = 0; int _sg_mc_ksm = 0; -char *_sg_mc_property_file = NULL; +char *_sg_mc_property_file = nullptr; int _sg_mc_hash = 0; int _sg_mc_max_depth = 1000; int _sg_mc_visited = 0; -char *_sg_mc_dot_output_file = NULL; +char *_sg_mc_dot_output_file = nullptr; int _sg_mc_comms_determinism = 0; int _sg_mc_send_determinism = 0; int _sg_mc_safety = 0;