X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce2e676ad127f782b9c959499ab1c042195e411a..4edfced29c0c43eb70779a8e560ff0ba6bd1ccdd:/src/mc/mc_safety.h diff --git a/src/mc/mc_safety.h b/src/mc/mc_safety.h index 60c177f1f9..8e0e164cd0 100644 --- a/src/mc/mc_safety.h +++ b/src/mc/mc_safety.h @@ -9,13 +9,11 @@ #include -#include #include #include #include -#include #include "src/mc/mc_forward.hpp" #include "src/mc/mc_state.h" @@ -31,20 +29,6 @@ enum class ReductionMode { extern XBT_PRIVATE simgrid::mc::ReductionMode reduction_mode; -struct XBT_PRIVATE VisitedState { - std::shared_ptr 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(simgrid::mc::State* graph_state, bool compare_snpashots); - } }