Namespace the lookup_enum function
[babeltrace.git] / formats / ctf / ctf.c
index 18a560132582ac9002535658734b51cb3abe68e8..a8f8408910c0b32ab0931b3f9581f89d751227dd 100644 (file)
@@ -431,7 +431,7 @@ int ctf_read_event(struct stream_pos *ppos, struct ctf_stream_definition *stream
                } else {
                        struct definition_enum *enum_definition;
 
-                       enum_definition = lookup_enum(&stream->stream_event_header->p, "id", FALSE);
+                       enum_definition = bt_lookup_enum(&stream->stream_event_header->p, "id", FALSE);
                        if (enum_definition) {
                                id = enum_definition->integer->value._unsigned;
                        }
This page took 0.023101 seconds and 4 git commands to generate.