X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=b0011ddfdbe91f2e721bc9aeb0d7d652f69b2f14;hp=44ff774ac4db18ccd85d8a0d7e978df8e242a726;hb=de3dd40e6fcad56e227f5fc8a8290fbaa88b4e07;hpb=40e99cb3fc31b1aa956fcade62a411f3c4e96cd9 diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index 44ff774a..b0011ddf 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -28,7 +28,7 @@ */ #include -#include +#include #include #include #include @@ -37,7 +37,7 @@ #include struct bt_ctf_stream { - struct bt_ctf_ref ref_count; + struct bt_ctf_base base; /* Trace owning this stream. A stream does not own a trace. */ struct bt_ctf_trace *trace; uint32_t id;