]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_snapshot.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spellcheck mc. Don't ask why
[simgrid.git] / src / mc / mc_snapshot.h
index 591acdd7bd133ab2996a643ef895904d4143709c..c79969841447d529439795f2962c634652a36ba1 100644 (file)
@@ -128,16 +128,6 @@ typedef struct XBT_PRIVATE s_mc_snapshot_stack {
   int process_index;
 } s_mc_snapshot_stack_t, *mc_snapshot_stack_t;
 
-typedef struct s_mc_global_t {
-  int prev_pair = 0;
-  std::string prev_req;
-  int initial_communications_pattern_done = 0;
-  int recv_deterministic = 0;
-  int send_deterministic = 0;
-  char *send_diff = nullptr;
-  char *recv_diff = nullptr;
-}s_mc_global_t, *mc_global_t;
-
 namespace simgrid {
 namespace mc {