update compat
[lttv.git] / genevent-new / parser.h
index cf90b7a7814e4023a8db48c9a7aae08c27e6d04a..5a4c5b02cb1e41fd884be1de3de633508d9a45d6 100644 (file)
@@ -107,10 +107,11 @@ typedef struct _type_descriptor {
   char *fmt;
   size_t size;
   sequence_t labels; // for enumeration
+  sequence_t labels_values; // for enumeration
        sequence_t labels_description;
        int     already_printed;
-  sequence_t fields; // for structure, array and sequence
-  int alignment;
+  sequence_t fields; // for structure, array and sequence (field_t type)
+  int  custom_write;  /* Should we use a custom write function ? */
 } type_descriptor_t;
 
 
@@ -137,9 +138,10 @@ typedef struct _event {
 typedef struct _facility {
   char * name;
        char * capname;
+       char * arch;
   char * description;
   sequence_t events;
-  sequence_t unnamed_types;
+  sequence_t unnamed_types; //FIXME : remove
   table_t named_types;
        unsigned int checksum;
 } facility_t;
This page took 0.023415 seconds and 4 git commands to generate.