X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fltt-private.h;h=c565aa22e49f96eb8140d194291b442a1807aa25;hb=3de8060d28ffe56a57855df01849cac2e93dafd0;hp=c4684bc6526edf9d3c6c355c25bcc161aaa6253a;hpb=880fded3c234f271a7437bf055fbefb6aaca2386;p=lttv.git diff --git a/ltt/branches/poly/ltt/ltt-private.h b/ltt/branches/poly/ltt/ltt-private.h index c4684bc6..c565aa22 100644 --- a/ltt/branches/poly/ltt/ltt-private.h +++ b/ltt/branches/poly/ltt/ltt-private.h @@ -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{ @@ -392,6 +396,7 @@ struct _LttTracefile{ size_t has_alignment; //alignment of events in the tracefile. // 0 or the architecture size in bytes. + guint8 has_heartbeat; size_t buffer_header_size; int compact; //compact tracefile ? uint8_t tsc_lsb_truncate; @@ -436,7 +441,6 @@ struct _LttTrace{ guint8 ltt_major_version; guint8 ltt_minor_version; guint8 flight_recorder; - guint8 has_heartbeat; guint32 freq_scale; uint64_t start_freq; uint64_t start_tsc;