still more bugfixing
[lttv.git] / genevent / parser.h
index 368d656e1d608862af6d2e958f5933ec45e480f1..da5a303da5ab4fdfcd9e3b799aeb4984e02b17be 100644 (file)
@@ -103,8 +103,11 @@ typedef struct _type_descriptor {
   char *fmt;
   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;
 
 
@@ -123,6 +126,8 @@ typedef struct _event {
   char *name;
   char *description;
   type_descriptor *type; 
+  int  per_trace;   /* Is the event able to be logged to a specific trace ? */
+  int  per_tracefile;  /* Must we log this event in a specific tracefile ? */
 } event;
 
 typedef struct _facility {
This page took 0.0225 seconds and 4 git commands to generate.