genevent with align support
[lttv.git] / genevent / parser.h
index 5383b11ad8c575602a043dba64a39c15e642bff8..e75f2b5fcd2a5f18ee6a3a90245a1f361048d441 100644 (file)
@@ -104,8 +104,10 @@ typedef struct _type_descriptor {
   int size;
   sequence labels; // for enumeration
        sequence labels_description;
+       int     already_printed;
   sequence fields; // for structure
   struct _type_descriptor *nested_type; // for array and sequence 
+  int alignment;
 } type_descriptor;
 
 
This page took 0.023391 seconds and 4 git commands to generate.