Basic babeltrace integration
[lttv.git] / lttv / lttv / tracecontext.h
index acedeea637fa4dbe1a21d6cdc0a1b4e3e6694a4c..785f7021984ef081403ac29bcc27569a97f10b1b 100644 (file)
@@ -100,6 +100,9 @@ struct _LttvTracesetContext {
        LttvAttribute *ts_a;
        TimeInterval time_span;
        GTree *pqueue;
+       struct bt_ctf_iter *iter;
+       /* TODO ybrosseau: Added for babeltrace proto */
+       LttvHooks *event_hooks;
 
        LttvTracesetContextPosition *sync_position;   /* position at which to sync the
                                                         trace context */
@@ -220,6 +223,8 @@ void lttv_process_traceset_end(LttvTracesetContext *self,
                LttvHooks *event,
                LttvHooksByIdChannelArray *event_by_id_channel);
 
+guint lttv_process_traceset_update(LttvTracesetContext *self);
+
 
 void lttv_process_traceset_seek_time(LttvTracesetContext *self, LttTime start);
 
This page took 0.022733 seconds and 4 git commands to generate.