X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..20bbf9b0608d4ab29fb25ab4f795001d0cdca5b5:/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;