apply patch by Gabriel Matni to add format string support for event fields
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index 2777d8bd4d2bb1f9a18f9dc48fb964e8653f73ab..c565aa22e49f96eb8140d194291b442a1807aa25 100644 (file)
@@ -256,6 +256,10 @@ struct _LttType{
   GArray *fields;     // Array of LttFields, for array, sequence, union, struct.
   GData *fields_by_name;
   guint network;  // Is the type in network byte order ?
+  //part added by gaby for fmt:
+  char *header;
+  char *separator;
+  char *footer;
 };
 
 struct _LttEventType{
This page took 0.023605 seconds and 4 git commands to generate.