Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] at the end of tracing, dump everything up to last simulated time
[simgrid.git] / src / instr / instr_private.h
index 9e620e0..cb8e1f0 100644 (file)
@@ -58,6 +58,7 @@ typedef struct s_container {
 }s_container_t;
 
 extern xbt_dict_t created_categories;
+extern double TRACE_last_timestamp_to_dump;
 
 /* from paje.c */
 void TRACE_paje_create_header(void);