start marker work
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index c565aa22e49f96eb8140d194291b442a1807aa25..b1e69c0d267b6d87e7463e4eb81782507836bcc4 100644 (file)
@@ -25,7 +25,6 @@
 #include <ltt/ltt.h>
 #include <endian.h>
 
-
 #ifndef max
 #define max(a,b) ((a)>(b)?(a):(b))
 #endif
@@ -451,6 +450,9 @@ struct _LttTrace{
   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
 };
 
 /* The characteristics of the system on which the trace was obtained
This page took 0.0236 seconds and 4 git commands to generate.