Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
detecting if TRACE_start was called too soon (before TRACE_global_init)
[simgrid.git] / src / xbt_modinter.h
index 279c741..ad4100a 100644 (file)
@@ -20,6 +20,7 @@ void xbt_log_postexit(void);
 
 void xbt_fifo_preinit(void);
 void xbt_fifo_postexit(void);
+void xbt_dict_preinit(void);
 void xbt_dict_postexit(void);
 
 void xbt_os_thread_mod_preinit(void);
@@ -28,4 +29,5 @@ void xbt_os_thread_mod_postexit(void);
 void mmalloc_preinit(void);
 void mmalloc_postexit(void);
 
+
 #endif /* XBT_MODINTER_H */