Add stream_event_context accessors
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index afbb9ff51bea6ff68168f12fde1f7b3555e5d8fe..0bd39ba49964b368dd78e0ca2c88fed64e9a1be3 100644 (file)
@@ -53,6 +53,7 @@ struct bt_ctf_stream {
        struct ctf_stream_pos pos;
        unsigned int flushed_packet_count;
        struct bt_ctf_field *packet_context;
+       struct bt_ctf_field *event_context;
 };
 
 BT_HIDDEN
This page took 0.022707 seconds and 4 git commands to generate.