X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ftrace-internal.h;h=4a76c1a187819342ea04268a6db8b69a37dc0c61;hb=de3dd40e6fcad56e227f5fc8a8290fbaa88b4e07;hp=03433a4be873442e3f134f117fc4b32822bb2948;hpb=a7c415355d7e6def65028b131c8cb2d5586cd2a0;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/trace-internal.h b/include/babeltrace/ctf-ir/trace-internal.h index 03433a4b..4a76c1a1 100644 --- a/include/babeltrace/ctf-ir/trace-internal.h +++ b/include/babeltrace/ctf-ir/trace-internal.h @@ -27,10 +27,10 @@ * SOFTWARE. */ -#include #include #include #include +#include #include #include #include @@ -48,7 +48,7 @@ enum field_type_alias { }; struct bt_ctf_trace { - struct bt_ctf_ref ref_count; + struct bt_ctf_base base; int frozen; uuid_t uuid; int byte_order; /* A value defined in Babeltrace's "endian.h" */