Rename ctf_stream_class to ctf_stream_declaration
[babeltrace.git] / formats / ctf / events.c
index 15882eeffd20c2400de32af077e2879402165095..5b8811132ebef9c2abb077b2ec2ace4be1587269 100644 (file)
@@ -141,7 +141,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_stream_class *stream_class;
+       struct ctf_stream_declaration *stream_class;
 
        if (!event)
                return NULL;
This page took 0.022693 seconds and 4 git commands to generate.