CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / writer-internal.h
index 4c2f93bfacd47c30bed91026473e728da539590f..3a885dee8334b2d3536bfe8ae3bca7086bc05171 100644 (file)
@@ -31,7 +31,7 @@
 #include <dirent.h>
 #include <sys/types.h>
 #include <babeltrace/ctf-writer/trace.h>
-#include <babeltrace/object-internal.h>
+#include <babeltrace/ctf-writer/object-internal.h>
 
 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;
This page took 0.02357 seconds and 4 git commands to generate.