Rename ctf_event to ctf_event_declaration
[babeltrace.git] / formats / ctf / events.c
index 5b8811132ebef9c2abb077b2ec2ace4be1587269..71665ce01442aeadf3af2d276014eb797faf1b46 100644 (file)
@@ -140,7 +140,7 @@ 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_event_declaration *event_class;
        struct ctf_stream_declaration *stream_class;
 
        if (!event)
This page took 0.02284 seconds and 4 git commands to generate.