Implement ctf-metadata output plugin
[babeltrace.git] / include / babeltrace / types.h
index 22c6876d5e34195ae14c67f167975637381d6d19..026d28c6caf55f8c952e6fd16087c1158e93cde3 100644 (file)
@@ -115,6 +115,10 @@ struct bt_stream_pos {
        rw_dispatch *rw_table;  /* rw dispatch table */
        int (*event_cb)(struct bt_stream_pos *pos,
                        struct ctf_stream_definition *stream);
+       int (*pre_trace_cb)(struct bt_stream_pos *pos,
+                       struct bt_trace_descriptor *trace);
+       int (*post_trace_cb)(struct bt_stream_pos *pos,
+                       struct bt_trace_descriptor *trace);
 };
 
 static inline
This page took 0.0244 seconds and 4 git commands to generate.