Values API: split into private and public APIs
[babeltrace.git] / lib / ctf-writer / resolve.c
index c0388cd7ff8eab7bfe36795adf3684ed3ef4157a..eb9265d7f222b44ed65a074b41f1c3e6af1de093 100644 (file)
@@ -76,7 +76,7 @@ struct type_stack_frame {
  *   * Event payload
  */
 struct resolve_context {
-       struct bt_value *environment;
+       struct bt_private_value *environment;
        struct bt_ctf_field_type_common *scopes[6];
 
        /* Root scope being visited */
@@ -1229,7 +1229,7 @@ int resolve_root_type(enum bt_ctf_scope root_scope, struct resolve_context *ctx)
 
 BT_HIDDEN
 int bt_ctf_resolve_types(
-               struct bt_value *environment,
+               struct bt_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.024605 seconds and 4 git commands to generate.