CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / resolve-internal.h
index bd8e14682a554c6438db3d25d5bb303789c1af77..340694e5ab0e87cfeb107209eedcf5f3e9049133 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <babeltrace/ctf-writer/field-types.h>
 #include <babeltrace/ctf-writer/field-types-internal.h>
-#include <babeltrace/private-values.h>
+#include <babeltrace/ctf-writer/values-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <glib.h>
 
@@ -58,7 +58,7 @@ enum bt_ctf_resolve_flag {
  * All parameters are owned by the caller.
  */
 BT_HIDDEN
-int bt_ctf_resolve_types(struct bt_private_value *environment,
+int bt_ctf_resolve_types(struct bt_ctf_private_value *environment,
                struct bt_ctf_field_type_common *packet_header_type,
                struct bt_ctf_field_type_common *packet_context_type,
                struct bt_ctf_field_type_common *event_header_type,
This page took 0.025552 seconds and 4 git commands to generate.