API Fix : give access to trace_handle and context
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index a36dc89af8d4096f73421ce5ad266f4e14c124ab..024b50f1c4daed84e7d0cfe3c06822488dd365c3 100644 (file)
@@ -166,6 +166,9 @@ struct ctf_trace {
        /* Heap of streams, ordered to always get the lowest timestam */
        struct ptr_heap *stream_heap;
        char path[PATH_MAX];
+
+       struct bt_context *ctx;
+       struct bt_trace_handle *handle;
 };
 
 #define CTF_STREAM_SET_FIELD(ctf_stream, field)                                \
This page took 0.022576 seconds and 4 git commands to generate.