Add stream_event_context accessors
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index 0bd39ba49964b368dd78e0ca2c88fed64e9a1be3..cc421d225f3e9d625ba44c1eb506cd13e7acbcc4 100644 (file)
@@ -50,6 +50,8 @@ struct bt_ctf_stream {
        struct flush_callback flush;
        /* Array of pointers to bt_ctf_event for the current packet */
        GPtrArray *events;
+       /* Array of pointers to bt_ctf_field associated with each event*/
+       GPtrArray *event_contexts;
        struct ctf_stream_pos pos;
        unsigned int flushed_packet_count;
        struct bt_ctf_field *packet_context;
This page took 0.023456 seconds and 4 git commands to generate.