Move bt_handle to bt_trace_descriptor
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index e4ab593e5fc0192ef26a6d38201513412455bd47..4fa5c0bee03548e9f453787edceff9d4bdbb1dc5 100644 (file)
@@ -217,9 +217,6 @@ struct ctf_trace {
 
        /* Heap of streams, ordered to always get the lowest timestamp */
        struct ptr_heap *stream_heap;
-
-       struct bt_context *ctx;
-       struct bt_trace_handle *handle;
 };
 
 #define CTF_STREAM_SET_FIELD(ctf_stream, field)                                \
This page took 0.023494 seconds and 4 git commands to generate.