Implement LttvTracesetPosition
[lttv.git] / lttv / lttv / traceset.h
index 63b1df97522d3d1a5ec5747ec4b2f8e4f03e2260..65be5efe3507e92179949af504ead3ec0b46aa9f 100644 (file)
@@ -41,8 +41,7 @@ struct _LttvTraceset {
        LttvAttribute *a;
        LttvHooks *event_hooks;
        struct bt_ctf_iter *iter;
-  LttvTraceState *tmpState;
-
+       GPtrArray *state_trace_handle_index;
 };
 
 struct _LttvTrace {
@@ -57,6 +56,7 @@ struct _LttvTrace {
 /* In babeltrace, the position concept is an iterator. */
 struct _LttvTracesetPosition {
        struct bt_ctf_iter *iter;
+       struct bt_iter_pos *bt_pos;
 };
 
 /* Tracesets may be added to, removed from and their content listed. */
This page took 0.039317 seconds and 4 git commands to generate.