namespace the variant functions
[babeltrace.git] / formats / ctf / ctf.c
index e2a109ba85e2ba28e739b3e2d74f28d2f2ed4f89..ba403aa629e2b0bfdcd5a5370b2ead441db9fea1 100644 (file)
@@ -439,7 +439,7 @@ int ctf_read_event(struct stream_pos *ppos, struct ctf_stream_definition *stream
                        }
                }
 
-               variant = lookup_variant(&stream->stream_event_header->p, "v");
+               variant = bt_lookup_variant(&stream->stream_event_header->p, "v");
                if (variant) {
                        integer_definition = lookup_integer(variant, "id", FALSE);
                        if (integer_definition) {
This page took 0.026086 seconds and 4 git commands to generate.