X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/539916de848562683cf2e5425d5160c2a43f135a..638d55dcb8d944f7c74127725f1acb7b8e1449de:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index e19601184f..4a48723be7 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -55,7 +55,7 @@ typedef struct s_smx_global { #endif } s_smx_global_t, *smx_global_t; -extern smx_global_t simix_global; +XBT_PUBLIC_DATA(smx_global_t) simix_global; extern unsigned long simix_process_maxpid; extern xbt_dict_t watched_hosts_lib; @@ -193,9 +193,7 @@ typedef struct s_smx_synchro { int latency_limited; #endif -#ifdef HAVE_TRACING char *category; /* simix action category for instrumentation */ -#endif } s_smx_synchro_t; void SIMIX_context_mod_init(void);