Add support for custom event headers
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index c53823d1beac5f4bca63bc963cd565759085740e..1a263268fd17726d36fb4ce770a42b4c36e2b818 100644 (file)
@@ -44,13 +44,11 @@ struct bt_ctf_stream_class {
        uint32_t id;
        uint32_t next_event_id;
        uint32_t next_stream_id;
-       struct bt_ctf_field_type *event_header_type;
-       struct bt_ctf_field *event_header;
        struct bt_ctf_field_type *packet_context_type;
-       struct bt_ctf_field *packet_context;
+       struct bt_ctf_field_type *event_header_type;
        struct bt_ctf_field_type *event_context_type;
-       struct bt_ctf_field *event_context;
        int frozen;
+       int byte_order;
 };
 
 BT_HIDDEN
This page took 0.023689 seconds and 4 git commands to generate.