Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This commit concerned the reimplementation of the xbt context switch mechanism.
[simgrid.git] / src / xbt_modinter.h
index 9ca9f9ea9365d4ae0ce3ba9c3b2d52a87af210ef..2b3be419d3f40283ba0306b1d0826f10b6601312 100644 (file)
 #include "xbt/misc.h"
 
 /* Modules definitions */
-XBT_PUBLIC void xbt_log_init(int *argc,char **argv);
-XBT_PUBLIC void xbt_log_exit(void);
-XBT_PUBLIC void xbt_fifo_exit(void);
-XBT_PUBLIC void xbt_dict_exit(void);
+void xbt_log_init(int *argc,char **argv);
+void xbt_log_exit(void);
+void xbt_fifo_exit(void);
+void xbt_dict_exit(void);
 
+void xbt_context_mod_init(void);
+void xbt_context_mod_exit(void);
+
+void xbt_os_thread_mod_init(void);
+void xbt_os_thread_mod_exit(void);   
+   
 #endif /* XBT_MODINTER_H */