Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix windows build (this is now used from the java library)
authorAugustin Degomme <augustin.degomme@imag.fr>
Wed, 10 Dec 2014 09:30:42 +0000 (10:30 +0100)
committerAugustin Degomme <augustin.degomme@imag.fr>
Wed, 10 Dec 2014 13:25:17 +0000 (14:25 +0100)
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;