Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The windows implementation of simgrid use now the portable snprintf so, enable the...
[simgrid.git] / src / xbt_modinter.h
index 508e138..1064e47 100644 (file)
@@ -20,7 +20,7 @@ void xbt_dict_exit(void);
 void xbt_context_init(void);
 void xbt_context_exit(void);
 
-void xbt_thread_mod_init(void);
-void xbt_thread_mod_exit(void);   
+void xbt_os_thread_mod_init(void);
+void xbt_os_thread_mod_exit(void);   
    
 #endif /* XBT_MODINTER_H */