X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fltt-private.h;h=666f1f338b82d974cf4474828044adb6e9986f49;hb=860c0a038d73012cc4e3bcad5f14561737c184ff;hp=9e263c565b2675bbb5422cb3292eb04a8874b38f;hpb=791dffa6f060fe553546337fde7ed58a16f41178;p=lttv.git diff --git a/ltt/branches/poly/ltt/ltt-private.h b/ltt/branches/poly/ltt/ltt-private.h index 9e263c56..666f1f33 100644 --- a/ltt/branches/poly/ltt/ltt-private.h +++ b/ltt/branches/poly/ltt/ltt-private.h @@ -193,12 +193,12 @@ struct ltt_trace_header_0_4 { struct ltt_block_start_header { struct { - uint64_t timestamp; + struct timeval timestamp; uint64_t cycle_count; uint64_t freq; } begin; struct { - uint64_t timestamp; + struct timeval timestamp; uint64_t cycle_count; uint64_t freq; } end; @@ -418,6 +418,7 @@ struct _LttTrace{ uint64_t start_tsc; uint64_t start_monotonic; LttTime start_time; + LttTime start_time_from_tsc; GData *tracefiles; //tracefiles groups };