X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15142e98775405b23e3059da088d4aeecb906b78..ada64beec413781e8e11cc6106c5411962cac0fb:/src/simix/private.h diff --git a/src/simix/private.h b/src/simix/private.h index 09c76f4fb0..ac5651690d 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -24,12 +24,12 @@ #include "synchro_private.h" #include "simix/context.h" -/********************************** Simix Global ******************************/ - +/* Define only for SimGrid benchmarking purposes */ +#undef TIME_BENCH +/********************************** Simix Global ******************************/ typedef struct s_smx_global { smx_context_factory_t context_factory; - xbt_dict_t host; xbt_dynar_t process_to_run; xbt_swag_t process_list; xbt_swag_t process_to_destroy;