X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fltt-private.h;h=c4684bc6526edf9d3c6c355c25bcc161aaa6253a;hb=880fded3c234f271a7437bf055fbefb6aaca2386;hp=a4801c1ca18d61dc090e2357da9af8d071ba8612;hpb=be1b79a9e9ea6dc58c01ffa16a164bf09a387579;p=lttv.git diff --git a/ltt/branches/poly/ltt/ltt-private.h b/ltt/branches/poly/ltt/ltt-private.h index a4801c1c..c4684bc6 100644 --- a/ltt/branches/poly/ltt/ltt-private.h +++ b/ltt/branches/poly/ltt/ltt-private.h @@ -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 ?