Basic babeltrace integration
[lttv.git] / lttv / lttv / tracecontext.h
index e509811701914f7ebea79d73b6819c704bdba399..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 */
This page took 0.023254 seconds and 4 git commands to generate.