genevent with align support
[lttv.git] / genevent / parser.h
index 83777c34c0e544a9141cf698945d3827c44c94db..e75f2b5fcd2a5f18ee6a3a90245a1f361048d441 100644 (file)
@@ -107,6 +107,7 @@ typedef struct _type_descriptor {
        int     already_printed;
   sequence fields; // for structure
   struct _type_descriptor *nested_type; // for array and sequence 
+  int alignment;
 } type_descriptor;
 
 
This page took 0.023494 seconds and 4 git commands to generate.