X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;h=4338742e7688e21a20210236ca1fe287549a87b2;hb=de3dd40e6fcad56e227f5fc8a8290fbaa88b4e07;hp=c88be91c02fa0ffe129938b3c941e60c38c56155;hpb=40e99cb3fc31b1aa956fcade62a411f3c4e96cd9;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-class-internal.h b/include/babeltrace/ctf-ir/stream-class-internal.h index c88be91c..4338742e 100644 --- a/include/babeltrace/ctf-ir/stream-class-internal.h +++ b/include/babeltrace/ctf-ir/stream-class-internal.h @@ -27,17 +27,17 @@ * SOFTWARE. */ -#include #include #include #include #include +#include #include #include #include struct bt_ctf_stream_class { - struct bt_ctf_ref ref_count; + struct bt_ctf_base base; GString *name; struct bt_ctf_clock *clock; GPtrArray *event_classes; /* Array of pointers to bt_ctf_event_class */