Fix: assign a trace handle to every live trace
[babeltrace.git] / formats / lttng-live / lttng-live.h
index 137a296d58d38cb248c539d62be9b1d22d538e98..071f288183564e95ceb69346d094e490952a1a02 100644 (file)
@@ -67,6 +67,7 @@ struct lttng_live_ctf_trace {
        struct lttng_live_viewer_stream *metadata_stream;
        GPtrArray *streams;
        FILE *metadata_fp;
+       struct bt_trace_handle *handle;
        int trace_id;
        int in_use;
 };
This page took 0.022527 seconds and 4 git commands to generate.