X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fctf-writer%2Fresolve.c;h=eb9265d7f222b44ed65a074b41f1c3e6af1de093;hb=da91b29ad2964b85601e25843f1dca92f6c97406;hp=c0388cd7ff8eab7bfe36795adf3684ed3ef4157a;hpb=65300d60e4b4f167e5fc8f584677757ce09a3844;p=babeltrace.git diff --git a/lib/ctf-writer/resolve.c b/lib/ctf-writer/resolve.c index c0388cd7..eb9265d7 100644 --- a/lib/ctf-writer/resolve.c +++ b/lib/ctf-writer/resolve.c @@ -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,