fix start and end buffer : 64 bits, also heartbeat seen as normal event : its 64...
[lttv.git] / ltt / branches / poly / ltt / event.c
index e5c451111ca37e93749f987ac3612cbceb14cb91..56c52f68f23722fec107bc88dde6777aaa5a3940 100644 (file)
@@ -297,6 +297,8 @@ void ltt_event_position(LttEvent *e, LttEventPosition *ep)
   ep->prev_event_time = e->prev_event_time;
   ep->pre_cycle_count = e->pre_cycle_count;
   ep->count = e->count;
+  ep->last_heartbeat = e->last_heartbeat;
+
   /* end of workaround */
 }
 
This page took 0.022673 seconds and 4 git commands to generate.