network byte order + state multitraces fix
[lttv.git] / ltt / branches / poly / ltt / parser.h
index 21884fb6d0b82d35f44bd4cc12ee19e5f3e7a799..c3a0c5eec7efcedd4f5174ad874270535f0f4224 100644 (file)
@@ -111,6 +111,8 @@ typedef struct _type_descriptor {
        sequence_t labels_description;
        int     already_printed;
   sequence_t fields; // for structure, array and sequence (field_t type)
+  int custom_write;  /* Should we use a custom write function ? */
+       int network;    /* Is the type a in network byte order ? */
 } type_descriptor_t;
 
 
@@ -137,6 +139,7 @@ typedef struct _event {
 typedef struct _facility {
   char * name;
        char * capname;
+       char * arch;
   char * description;
   sequence_t events;
   sequence_t unnamed_types; //FIXME : remove
This page took 0.023632 seconds and 4 git commands to generate.