Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make state/snapshot comparison work with SMPI variable privatisation
[simgrid.git] / src / include / mc / datatypes.h
index cd8caab..ffc5d6f 100644 (file)
@@ -38,6 +38,7 @@ typedef struct s_stack_region{
   void *context;
   size_t size;
   int block;
+  int process_index;
 }s_stack_region_t, *stack_region_t;
 
 void heap_ignore_region_free(mc_heap_ignore_region_t r);