Rework about dialog by using gtk_show_about_dialog
[lttv.git] / ltt / ltt-private.h
index 65d73d18746fe2e21c3becf50a2b5f34a95919ec..593ce4413b44cf6e98ed930275a208f0711a95bf 100644 (file)
@@ -165,7 +165,7 @@ struct LttTracefile {
   uint32_t  subbuf_corrupt;
 
   GArray *buf_index;                 /* index mapping buffer index to offset */
-
+       uint64_t end_timestamp; /* Last timestamp of file */
   /* Current event */
   LttEvent event;                    //Event currently accessible in the trace
 
This page took 0.022814 seconds and 4 git commands to generate.