Values API: split into private and public APIs
[babeltrace.git] / lib / ctf-writer / event.c
index e027880c3fb4b76922c72514eb4993797226cdfe..59ee3786c4bd75c8dd4c455ec94aa0814b0cedeb 100644 (file)
@@ -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);
This page took 0.023403 seconds and 4 git commands to generate.