X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30e424f828536f2e59c0175b482e6e5480fe7fdd..21446da234b79358c6f7ed918e582e7e5a36d8b3:/src/mc/mc_safety.h diff --git a/src/mc/mc_safety.h b/src/mc/mc_safety.h index 0bbe379011..23fbe10b07 100644 --- a/src/mc/mc_safety.h +++ b/src/mc/mc_safety.h @@ -15,7 +15,6 @@ #include #include -#include #include "src/mc/mc_forward.hpp" #include "src/mc/mc_state.h" @@ -31,21 +30,6 @@ enum class ReductionMode { extern XBT_PRIVATE simgrid::mc::ReductionMode reduction_mode; -struct XBT_PRIVATE VisitedState { - simgrid::mc::Snapshot* system_state = nullptr; - size_t heap_bytes_used = 0; - int nb_processes = 0; - int num = 0; - int other_num = 0; // dot_output for - - VisitedState(); - ~VisitedState(); -}; - -extern XBT_PRIVATE std::vector> visited_states; -XBT_PRIVATE std::unique_ptr is_visited_state(mc_state_t graph_state); -XBT_PRIVATE int snapshot_compare(simgrid::mc::VisitedState* state1, simgrid::mc::VisitedState* state2); - } }