X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;h=55ad787e50723d11548f04d9d0e0bfa9d88bbdeb;hb=af181248caf97d9c4e22182181f70a16b40ffead;hp=c53823d1beac5f4bca63bc963cd565759085740e;hpb=2f100782231d86cdaaadf7a8568c5b28583800f4;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-class-internal.h b/include/babeltrace/ctf-ir/stream-class-internal.h index c53823d1..55ad787e 100644 --- a/include/babeltrace/ctf-ir/stream-class-internal.h +++ b/include/babeltrace/ctf-ir/stream-class-internal.h @@ -47,9 +47,7 @@ struct bt_ctf_stream_class { 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_context_type; - struct bt_ctf_field *event_context; int frozen; };