ir: move the stream event ctx field to the event
[babeltrace.git] / include / babeltrace / ctf-ir / event-internal.h
index c68316c1549194591b72e972b78c84eb794089bd..f381be8d9c49626325cf21221afabdf849a3ec89 100644 (file)
@@ -41,6 +41,7 @@ struct bt_ctf_event {
        struct bt_object base;
        struct bt_ctf_event_class *event_class;
        struct bt_ctf_field *event_header;
+       struct bt_ctf_field *stream_event_context;
        struct bt_ctf_field *context_payload;
        struct bt_ctf_field *fields_payload;
 };
This page took 0.023274 seconds and 4 git commands to generate.