Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Direct context switching: clean the semantics of parmap
[simgrid.git] / src / xbt / parmap_private.h
index b6309be..8b6c1bb 100644 (file)
@@ -42,6 +42,7 @@ typedef struct s_xbt_parmap {
   unsigned int workers_max_id;
   void_f_pvoid_t fun;
   xbt_dynar_t data;
+  unsigned int index;
 } s_xbt_parmap_t;
 
 #endif