X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fctf-writer%2Fevent.c;fp=lib%2Fctf-writer%2Fevent.c;h=59ee3786c4bd75c8dd4c455ec94aa0814b0cedeb;hb=da91b29ad2964b85601e25843f1dca92f6c97406;hp=e027880c3fb4b76922c72514eb4993797226cdfe;hpb=65300d60e4b4f167e5fc8f584677757ce09a3844;p=babeltrace.git diff --git a/lib/ctf-writer/event.c b/lib/ctf-writer/event.c index e027880c..59ee3786 100644 --- a/lib/ctf-writer/event.c +++ b/lib/ctf-writer/event.c @@ -66,7 +66,7 @@ int bt_ctf_event_common_validate_types_for_create( struct bt_ctf_field_type_common *event_context_type = NULL; struct bt_ctf_field_type_common *event_payload_type = NULL; int trace_valid = 0; - struct bt_value *environment = NULL; + struct bt_private_value *environment = NULL; stream_class = bt_ctf_event_class_common_borrow_stream_class(event_class); BT_ASSERT(stream_class);