X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fltt-private.h;h=593ce4413b44cf6e98ed930275a208f0711a95bf;hb=4a24e7a380459d3e748fcc501898e293fe9e34d3;hp=e432dc5b04010394d9372a0183c5ccbd21cf1572;hpb=a948b7216c702765b12273c2468ce52df8b0f42b;p=lttv.git diff --git a/ltt/ltt-private.h b/ltt/ltt-private.h index e432dc5b..593ce441 100644 --- a/ltt/ltt-private.h +++ b/ltt/ltt-private.h @@ -66,7 +66,7 @@ typedef guint32 uint32_t; typedef guint64 uint64_t; /* Subbuffer header */ -struct ltt_subbuffer_header_2_5 { +struct ltt_subbuffer_header_2_6 { uint64_t cycle_count_begin; /* Cycle count at subbuffer start */ uint64_t cycle_count_end; /* Cycle count at subbuffer end */ uint32_t magic_number; /* @@ -99,7 +99,7 @@ struct ltt_subbuffer_header_2_5 { char header_end[0]; /* End of header */ }; -typedef struct ltt_subbuffer_header_2_5 ltt_subbuffer_header_t; +typedef struct ltt_subbuffer_header_2_6 ltt_subbuffer_header_t; /* * Return header size without padding after the structure. Don't use packed @@ -165,7 +165,7 @@ struct LttTracefile { uint32_t subbuf_corrupt; GArray *buf_index; /* index mapping buffer index to offset */ - + uint64_t end_timestamp; /* Last timestamp of file */ /* Current event */ LttEvent event; //Event currently accessible in the trace