X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48ef6259ec77780125d2e64ff0e8cf825f3cd674..4c427bd273d7f90bbe5233b6fe8d20bfd945ea4b:/src/mc/mc_comm_pattern.hpp diff --git a/src/mc/mc_comm_pattern.hpp b/src/mc/mc_comm_pattern.hpp index b1bf3133fb..204889ebb7 100644 --- a/src/mc/mc_comm_pattern.hpp +++ b/src/mc/mc_comm_pattern.hpp @@ -9,7 +9,6 @@ #include #include "smpi/smpi.h" -#include "xbt/dynar.h" #include "src/mc/mc_state.hpp" @@ -23,15 +22,8 @@ struct PatternCommunicationList { } } -/** - * Type: `xbt_dynar_t` - */ -extern XBT_PRIVATE xbt_dynar_t initial_communications_pattern; - -/** - * Type: `xbt_dynar_t>` - */ -extern XBT_PRIVATE xbt_dynar_t incomplete_communications_pattern; +extern XBT_PRIVATE std::vector initial_communications_pattern; +extern XBT_PRIVATE std::vector> incomplete_communications_pattern; enum e_mc_call_type_t { MC_CALL_TYPE_NONE,