Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Integrate xbt_context_init/exit to the regular module mecanism; free the xbt_binary_n...
[simgrid.git] / src / xbt_modinter.h
index bb3705e..508e138 100644 (file)
@@ -17,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_thread_mod_init(void);
+void xbt_thread_mod_exit(void);   
+   
 #endif /* XBT_MODINTER_H */