quit menu complete
[lttv.git] / ltt / branches / poly / include / ltt / ltt-private.h
index 62f2383a5328869fe5f8409996375b2861c4a2b8..c516bb49e56d4c40c4d129ec5b35000f6d988c0f 100644 (file)
@@ -135,6 +135,7 @@ struct _LttTracefile{
   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
This page took 0.022643 seconds and 4 git commands to generate.