Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "rename SIMIX_process_get_maxpid() to SIMIX_process_get_nextpid() and make...
[simgrid.git] / src / simix / smx_private.h
index 9576a92..afc5e64 100644 (file)
@@ -56,6 +56,8 @@ typedef struct s_smx_global {
   xbt_os_timer_t timer_seq; /* used to bench the sequential and parallel parts of the simulation, if requested to */
   xbt_os_timer_t timer_par;
 #endif
+
+  xbt_os_mutex_t mutex;
 } s_smx_global_t, *smx_global_t;
 
 XBT_PUBLIC_DATA(smx_global_t) simix_global;