Add backward ref from bt_stream_pos to bt_trace_descriptor
[babeltrace.git] / include / babeltrace / types.h
index 026d28c6caf55f8c952e6fd16087c1158e93cde3..8d660bea0e747fa21b0e20221a038dc4fbb5fab0 100644 (file)
@@ -119,6 +119,7 @@ struct bt_stream_pos {
                        struct bt_trace_descriptor *trace);
        int (*post_trace_cb)(struct bt_stream_pos *pos,
                        struct bt_trace_descriptor *trace);
+       struct bt_trace_descriptor *trace;
 };
 
 static inline
This page took 0.023779 seconds and 4 git commands to generate.