CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / stream-internal.h
index 9928f16f0c897131e7339d4f7e1cd6158bd97938..1b74770cef0eec5dbd5539510bcc641df4017e56 100644 (file)
 #include <babeltrace/ctf-writer/stream-internal.h>
 #include <babeltrace/ctf-writer/stream.h>
 #include <babeltrace/ctf-writer/utils-internal.h>
-#include <babeltrace/object-internal.h>
+#include <babeltrace/ctf-writer/object-internal.h>
 #include <stdint.h>
 
 struct bt_ctf_stream_common;
 
 struct bt_ctf_stream_common {
-       struct bt_object base;
+       struct bt_ctf_object base;
        int64_t id;
        struct bt_ctf_stream_class_common *stream_class;
        GString *name;
@@ -52,7 +52,7 @@ BT_HIDDEN
 int bt_ctf_stream_common_initialize(
                struct bt_ctf_stream_common *stream,
                struct bt_ctf_stream_class_common *stream_class, const char *name,
-               uint64_t id, bt_object_release_func release_func);
+               uint64_t id, bt_ctf_object_release_func release_func);
 
 BT_HIDDEN
 void bt_ctf_stream_common_finalize(struct bt_ctf_stream_common *stream);
This page took 0.023216 seconds and 4 git commands to generate.