X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52a4a8d74247e74c0af8461ebdb3e68b5d5375e6..cff982bd049d26d7acbd0e23324e0de051b06d0d:/src/mc/mc_state.hpp diff --git a/src/mc/mc_state.hpp b/src/mc/mc_state.hpp index 2f347e3032..ec53b61db9 100644 --- a/src/mc/mc_state.hpp +++ b/src/mc/mc_state.hpp @@ -8,7 +8,7 @@ #include "src/mc/Transition.hpp" #include "src/mc/sosp/Snapshot.hpp" -#include "src/mc/mc_pattern.hpp" +#include "src/mc/mc_comm_pattern.hpp" namespace simgrid { namespace mc { @@ -52,6 +52,10 @@ public: this->actor_states_[actor->get_pid()].consider(); } Transition get_transition() const; + +private: + void copy_incomplete_comm_pattern(); + void copy_index_comm_pattern(); }; } }