X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;h=55ad787e50723d11548f04d9d0e0bfa9d88bbdeb;hp=b25c197d36a54aab098b8fbab6ab792bc9afe022;hb=de876b7fd76bbc7ff498b88f0cf11bd828e5743a;hpb=a12af8c16306612401485f79533f0d3f2983e7d2 diff --git a/include/babeltrace/ctf-ir/stream-class-internal.h b/include/babeltrace/ctf-ir/stream-class-internal.h index b25c197d..55ad787e 100644 --- a/include/babeltrace/ctf-ir/stream-class-internal.h +++ b/include/babeltrace/ctf-ir/stream-class-internal.h @@ -44,8 +44,9 @@ struct bt_ctf_stream_class { uint32_t id; uint32_t next_event_id; uint32_t next_stream_id; - struct bt_ctf_field_type *packet_context_type; 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_context_type; int frozen; };