fix id / format load
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 6e1cea173fafc07263a28a40008d9e0f51050485..f6f20ab667f51e763ecb0784cd1c232cf28ecc3e 100644 (file)
@@ -47,6 +47,7 @@ struct LttTrace {
   /* 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.02279 seconds and 4 git commands to generate.