Manage state correctly with multiple open trace
[lttv.git] / lttv / lttv / traceset.h
index 63b1df97522d3d1a5ec5747ec4b2f8e4f03e2260..b58ca27cc317f010f681ad34d8e42249c3ff10ef 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 {
This page took 0.021712 seconds and 4 git commands to generate.