X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fwriter-internal.h;fp=include%2Fbabeltrace%2Fctf-writer%2Fwriter-internal.h;h=6b1677ae22ef445c047ae0b85148802441a2679b;hb=de3dd40e6fcad56e227f5fc8a8290fbaa88b4e07;hp=388ff0d1a9893cc5b7a853ed33d64cb813c03f80;hpb=40e99cb3fc31b1aa956fcade62a411f3c4e96cd9;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/writer-internal.h b/include/babeltrace/ctf-writer/writer-internal.h index 388ff0d1..6b1677ae 100644 --- a/include/babeltrace/ctf-writer/writer-internal.h +++ b/include/babeltrace/ctf-writer/writer-internal.h @@ -27,16 +27,16 @@ * SOFTWARE. */ -#include #include #include #include #include #include #include +#include struct bt_ctf_writer { - struct bt_ctf_ref ref_count; + struct bt_ctf_base base; int frozen; /* Protects attributes that can't be changed mid-trace */ struct bt_ctf_trace *trace; GString *path;