Rename ctf_stream to ctf_stream_definition
[babeltrace.git] / formats / ctf-text / ctf-text.c
index 8aeae362c69522a4691496ee329472a893e95515..aa07b7cab770a55e25d59a09bdcef8270cc9aaa1 100644 (file)
@@ -211,7 +211,7 @@ const char *print_loglevel(int value)
 }
 
 static
-int ctf_text_write_event(struct stream_pos *ppos, struct ctf_stream *stream)
+int ctf_text_write_event(struct stream_pos *ppos, struct ctf_stream_definition *stream)
                         
 {
        struct ctf_text_stream_pos *pos =
@@ -219,7 +219,7 @@ int ctf_text_write_event(struct stream_pos *ppos, struct ctf_stream *stream)
        struct ctf_stream_declaration *stream_class = stream->stream_class;
        int field_nr_saved;
        struct ctf_event *event_class;
-       struct ctf_stream_event *event;
+       struct ctf_event_definition *event;
        uint64_t id;
        int ret;
        int dom_print = 0;
This page took 0.023049 seconds and 4 git commands to generate.