Add event header accessors and support for custom event headers
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 9b609a4d191185efb192a47adcd8c39588041368..b25c197d36a54aab098b8fbab6ab792bc9afe022 100644 (file)
@@ -44,22 +44,15 @@ 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;
 };
 
 BT_HIDDEN
 void bt_ctf_stream_class_freeze(struct bt_ctf_stream_class *stream_class);
 
-BT_HIDDEN
-int bt_ctf_stream_class_set_id(struct bt_ctf_stream_class *stream_class,
-               uint32_t id);
-
 BT_HIDDEN
 int bt_ctf_stream_class_serialize(struct bt_ctf_stream_class *stream_class,
                struct metadata_context *context);
This page took 0.023243 seconds and 4 git commands to generate.