X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fwriter-internal.h;h=3a885dee8334b2d3536bfe8ae3bca7086bc05171;hb=e1e02a22957d83adc526c016d5d3b978b8e6d26d;hp=07fed4656253373d6954398330dc42a3babb8156;hpb=16ca5ff0568c72f5600ebc88b195fbc5ee88556d;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/writer-internal.h b/include/babeltrace/ctf-writer/writer-internal.h index 07fed465..3a885dee 100644 --- a/include/babeltrace/ctf-writer/writer-internal.h +++ b/include/babeltrace/ctf-writer/writer-internal.h @@ -2,8 +2,6 @@ #define BABELTRACE_CTF_WRITER_WRITER_INTERNAL_H /* - * BabelTrace - CTF Writer: Writer internal - * * Copyright 2013, 2014 Jérémie Galarneau * * Author: Jérémie Galarneau @@ -33,7 +31,7 @@ #include #include #include -#include +#include struct metadata_context { GString *string; @@ -42,7 +40,7 @@ struct metadata_context { }; struct bt_ctf_writer { - struct bt_object base; + struct bt_ctf_object base; int frozen; /* Protects attributes that can't be changed mid-trace */ struct bt_ctf_trace *trace; GString *path;