Update LTTV to trace format 2.3
[lttv.git] / trunk / lttv / ltt / trace.h
index 2e031c22d622d4eb2b06639125267d13698bf017..202def1094d5853ba345c7271fe862e97aad9f2f 100644 (file)
@@ -45,10 +45,6 @@ struct LttTrace {
   LttTime   start_time_from_tsc;
 
   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
 };
 
 static inline guint ltt_trace_get_num_cpu(LttTrace *t)
This page took 0.022673 seconds and 4 git commands to generate.