lib: remove CTF concepts of packet and event headers
[babeltrace.git] / include / babeltrace / trace-ir / stream-class-internal.h
index dcb50b62bedf5bb6fb07cd90d2f64bc301f2b459..5ef02131a00292718ace051e119d5f00e4e0fe08 100644 (file)
@@ -53,16 +53,12 @@ struct bt_stream_class {
        bool packets_have_default_beginning_cs;
        bool packets_have_default_end_cs;
        struct bt_field_class *packet_context_fc;
-       struct bt_field_class *event_header_fc;
        struct bt_field_class *event_common_context_fc;
        struct bt_clock_class *default_clock_class;
 
        /* Array of `struct bt_event_class *` */
        GPtrArray *event_classes;
 
-       /* Pool of `struct bt_field_wrapper *` */
-       struct bt_object_pool event_header_field_pool;
-
        /* Pool of `struct bt_field_wrapper *` */
        struct bt_object_pool packet_context_field_pool;
 
This page took 0.023892 seconds and 4 git commands to generate.