X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fevent.c;h=56c52f68f23722fec107bc88dde6777aaa5a3940;hb=dfb73233deab2c53c00874997d6c03110588c5ee;hp=e5c451111ca37e93749f987ac3612cbceb14cb91;hpb=d37b2aaa99c55ac67b036c7ed99fd7378df6b926;p=lttv.git diff --git a/ltt/branches/poly/ltt/event.c b/ltt/branches/poly/ltt/event.c index e5c45111..56c52f68 100644 --- a/ltt/branches/poly/ltt/event.c +++ b/ltt/branches/poly/ltt/event.c @@ -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 */ }