X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/208547c8a823a2df7a6e945697aacd2a7a38cbaf..41626f8a47c96f54fa3b1ee61a90fb0af699dcbc:/src/mc/mc_snapshot.h diff --git a/src/mc/mc_snapshot.h b/src/mc/mc_snapshot.h index 70b37f8b6e..98a2c70a75 100644 --- a/src/mc/mc_snapshot.h +++ b/src/mc/mc_snapshot.h @@ -251,8 +251,10 @@ typedef struct s_mc_global_t { int prev_pair; char *prev_req; int initial_communications_pattern_done; - int comm_deterministic; + int recv_deterministic; int send_deterministic; + char *send_diff; + char *recv_diff; }s_mc_global_t, *mc_global_t; typedef struct s_mc_checkpoint_ignore_region{