X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2acec8bc88bd643a4c60f183ba50c50c11a9d5c4..fa5821e46784328e7e2a71843e124254e8141d11:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 1a8c584550..f3379e6a9f 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -100,8 +100,9 @@ typedef struct smpi_global_t { int running_hosts_count; smx_mutex_t running_hosts_count_mutex; - xbt_os_timer_t *timers; - smx_mutex_t *timers_mutexes; + xbt_os_timer_t timer; + smx_mutex_t timer_mutex; + smx_cond_t timer_cond; } s_smpi_global_t; typedef struct smpi_global_t *smpi_global_t;