fix sparse enums
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index a4801c1ca18d61dc090e2357da9af8d071ba8612..c4684bc6526edf9d3c6c355c25bcc161aaa6253a 100644 (file)
@@ -251,6 +251,8 @@ struct _LttType{
   guint size;
   LttTypeEnum type_class;          //which type
   GHashTable *enum_map;                 //maps enum labels to numbers.
+  gint32 highest_value;                        //For enum
+  gint32 lowest_value;                 //For enum
   GArray *fields;     // Array of LttFields, for array, sequence, union, struct.
   GData *fields_by_name;
   guint network;  // Is the type in network byte order ?
This page took 0.023569 seconds and 4 git commands to generate.