X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;h=b25c197d36a54aab098b8fbab6ab792bc9afe022;hb=9f476966aa40bd0de2cd0654623ea03f8a3254eb;hp=55ad787e50723d11548f04d9d0e0bfa9d88bbdeb;hpb=36336d93377e7e3c9a5077b32f63bcef9a08e81c;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-class-internal.h b/include/babeltrace/ctf-ir/stream-class-internal.h index 55ad787e..b25c197d 100644 --- a/include/babeltrace/ctf-ir/stream-class-internal.h +++ b/include/babeltrace/ctf-ir/stream-class-internal.h @@ -44,9 +44,8 @@ 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_type *event_header_type; struct bt_ctf_field_type *event_context_type; int frozen; };