Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] mc_comm_pattern.c containing all communication pattern functions
[simgrid.git] / src / mc / mc_comm_pattern.h
index 2bb40d2..3201a1a 100644 (file)
@@ -13,6 +13,8 @@
 #include "../smpi/private.h"
 #include <smpi/smpi.h>
 
+#include "mc_state.h"
+
 #ifndef MC_COMM_PATTERN_H
 #define MC_COMM_PATTERN_H
 
@@ -84,6 +86,14 @@ void complete_comm_pattern(xbt_dynar_t list, smx_synchro_t comm, unsigned int is
 void MC_pre_modelcheck_comm_determinism(void);
 void MC_modelcheck_comm_determinism(void);
 
+void MC_restore_communications_pattern(mc_state_t state);
+
+mc_comm_pattern_t MC_comm_pattern_dup(mc_comm_pattern_t comm);
+xbt_dynar_t MC_comm_patterns_dup(xbt_dynar_t state);
+
+void MC_state_copy_incomplete_communications_pattern(mc_state_t state);
+void MC_state_copy_index_communications_pattern(mc_state_t state);
+
 SG_END_DECL()
 
 #endif