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

Public GIT Repository
const again
[simgrid.git] / src / mc / sosp / Snapshot_test.cpp
index 63c114cdde54ad834b417001a1c8a13874fcea00..633c89af78ab56e50bb90df6a59a3f2d6b111e0f 100644 (file)
@@ -18,13 +18,13 @@ class snap_test_helper {
 public:
   static void init_memory(void* mem, size_t size);
   static void Init();
-  typedef struct {
+  struct prologue_return {
     size_t size;
     void* src;
     void* dstn;
     Region* region0;
     Region* region;
-  } prologue_return;
+  };
   static prologue_return prologue(int n); // common to the below 5 fxs
   static void read_whole_region();
   static void read_region_parts();