Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix windows build (this is now used from the java library)
[simgrid.git] / src / simix / smx_private.h
index e196011..74f60d1 100644 (file)
@@ -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;