add quickstart html
[lttv.git] / trunk / lttv / ltt / trace.h
index e87032dfaf86406575e438f7918b4868fc5e4422..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)
@@ -56,11 +52,6 @@ static inline guint ltt_trace_get_num_cpu(LttTrace *t)
   return t->num_cpu;
 }
 
-
-extern GQuark LTT_FACILITY_NAME_HEARTBEAT,
-              LTT_EVENT_NAME_HEARTBEAT,
-              LTT_EVENT_NAME_HEARTBEAT_FULL;
-
 /* A trace is specified as a pathname to the directory containing all the
    associated data (control tracefiles, per cpu tracefiles, event 
    descriptions...).
This page took 0.024848 seconds and 4 git commands to generate.