Rename ctf_event to ctf_event_declaration
[babeltrace.git] / formats / ctf / events.c
index 15882eeffd20c2400de32af077e2879402165095..71665ce01442aeadf3af2d276014eb797faf1b46 100644 (file)
@@ -140,8 +140,8 @@ const struct definition *bt_ctf_get_index(const struct bt_ctf_event *event,
 
 const char *bt_ctf_event_name(const struct bt_ctf_event *event)
 {
-       struct ctf_event *event_class;
-       struct ctf_stream_class *stream_class;
+       struct ctf_event_declaration *event_class;
+       struct ctf_stream_declaration *stream_class;
 
        if (!event)
                return NULL;
This page took 0.024556 seconds and 4 git commands to generate.