Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
%P is now the process name, and %t becomes the thread name (as it should for complian...
[simgrid.git] / src / xbt_modinter.h
index f54aef2..1064e47 100644 (file)
@@ -9,6 +9,7 @@
 
 #ifndef XBT_MODINTER_H
 #define XBT_MODINTER_H
+#include "xbt/misc.h"
 
 /* Modules definitions */
 void xbt_log_init(int *argc,char **argv);
@@ -16,4 +17,10 @@ void xbt_log_exit(void);
 void xbt_fifo_exit(void);
 void xbt_dict_exit(void);
 
+void xbt_context_init(void);
+void xbt_context_exit(void);
+
+void xbt_os_thread_mod_init(void);
+void xbt_os_thread_mod_exit(void);   
+   
 #endif /* XBT_MODINTER_H */