Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Need to include surf/surf_routing.h now.
[simgrid.git] / src / xbt / parmap_private.h
index 0ed8c7a..b6309be 100644 (file)
@@ -35,7 +35,9 @@ void xbt_event_end(xbt_event_t event);
 
 typedef struct s_xbt_parmap {
   e_xbt_parmap_flag_t status;
+#ifdef HAVE_FUTEX_H
   xbt_event_t sync_event;
+#endif
   unsigned int num_workers;
   unsigned int workers_max_id;
   void_f_pvoid_t fun;