network byte order + state multitraces fix
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index 6d51afbb73a753936c5a9ec4fb76c62a35669e6a..c7c4deef3bcdc027a5542b5f30325d99939d1874 100644 (file)
@@ -226,6 +226,7 @@ struct _LttType{
   GHashTable *enum_map;                 //maps enum labels to numbers.
   GArray *fields;     // Array of LttFields, for array, sequence, union, struct.
   GData *fields_by_name;
+       guint   network;        // Is the type in network byte order ?
 };
 
 struct _LttEventType{
This page took 0.022482 seconds and 4 git commands to generate.