fix marker hash table
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index 8d862840d52579c01eb4f82f70d58838533499e1..68509eab78a22b2d3a78b55370b1cbd2034dd9cb 100644 (file)
@@ -219,6 +219,7 @@ struct _LttType{
   char *footer;
 };
 
+#if 0
 struct _LttEventType{
   GQuark name;
   gchar * description;
@@ -228,6 +229,7 @@ struct _LttEventType{
   GData *fields_by_name;
   int has_compact_data;       //event header contains compact data (first field)
 };
+#endif //0
 
 /* Structure LttEvent and LttEventPosition must begin with the _exact_ same
  * fields in the exact same order. LttEventPosition is a parent of LttEvent. */
This page took 0.022541 seconds and 4 git commands to generate.