X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fwriter-internal.h;h=3a885dee8334b2d3536bfe8ae3bca7086bc05171;hb=e1e02a22957d83adc526c016d5d3b978b8e6d26d;hp=4c2f93bfacd47c30bed91026473e728da539590f;hpb=50d2011c37045e3f34c1b5877205bda4b7e3381a;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/writer-internal.h b/include/babeltrace/ctf-writer/writer-internal.h index 4c2f93bf..3a885dee 100644 --- a/include/babeltrace/ctf-writer/writer-internal.h +++ b/include/babeltrace/ctf-writer/writer-internal.h @@ -31,7 +31,7 @@ #include #include #include -#include +#include struct metadata_context { GString *string; @@ -40,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;