Rename struct ctf_file_event to struct ctf_stream_event
[babeltrace.git] / formats / ctf-text / ctf-text.c
index 1500d735c18c437be2fc9c0744498ce9ffd222e8..361c527cce7a90d491a04b08a7d71f706bc19c62 100644 (file)
@@ -99,7 +99,7 @@ int ctf_text_write_event(struct stream_pos *ppos,
        struct ctf_stream_class *stream_class = stream->stream_class;
        int field_nr_saved;
        struct ctf_event *event_class;
-       struct ctf_file_event *event;
+       struct ctf_stream_event *event;
        uint64_t id = 0;
        int ret;
 
This page took 0.024334 seconds and 4 git commands to generate.