update version
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 05a8133caacf56f7ab4c5ee779043ff60ee40b49..f6f20ab667f51e763ecb0784cd1c232cf28ecc3e 100644 (file)
@@ -42,12 +42,12 @@ struct LttTrace {
   uint64_t  start_monotonic;
   LttTime   start_time;
   LttTime   start_time_from_tsc;
-  uint8_t   compact_event_bits;
 
   GData     *tracefiles;                    //tracefiles groups
   /* Support for markers */
   GArray    *markers;                       //indexed by marker ID
   GHashTable *markers_hash;                 //indexed by name hash
+  GHashTable *markers_format_hash;                 //indexed by name hash
 };
 
 
This page took 0.022257 seconds and 4 git commands to generate.