X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2Fltt-private.h;h=c516bb49e56d4c40c4d129ec5b35000f6d988c0f;hb=f7afe191fd58f0bf4bab9c9514c261535b99d32b;hp=30400f5502a7c102e7306aa1c4201e318bde9d82;hpb=80da81adfa88158bd3d4c26f89f96f8b58c77b4f;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/ltt-private.h b/ltt/branches/poly/include/ltt/ltt-private.h index 30400f55..c516bb49 100644 --- a/ltt/branches/poly/include/ltt/ltt-private.h +++ b/ltt/branches/poly/include/ltt/ltt-private.h @@ -134,6 +134,8 @@ struct _LttTracefile{ void * buffer; //the buffer containing the block double cycle_per_nsec; //Cycles per nsec unsigned cur_heart_beat_number; //current number of heart beat in the buf + LttCycleCount cur_cycle_count; //current cycle count of the event + void * last_event_pos; LttTime prev_block_end_time; //the end time of previous block LttTime prev_event_time; //the time of the previous event @@ -161,6 +163,7 @@ struct _LttEventPosition{ LttTime event_time; //the time of the event LttCycleCount event_cycle_count; //the cycle count of the event unsigned heart_beat_number; //current number of heart beats + LttTracefile *tf; //tracefile containing the event gboolean old_position; //flag to show if it is the position //being remembered };