Rename ctf_event to ctf_event_declaration
[babeltrace.git] / formats / ctf-text / ctf-text.c
index a4316e8fd6d0fccf37f03fa021c2bd3a1380f5b9..3b38ecaca9671fe88815ea5639ef264797f3212b 100644 (file)
@@ -211,14 +211,14 @@ 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 =
                container_of(ppos, struct ctf_text_stream_pos, parent);
        struct ctf_stream_declaration *stream_class = stream->stream_class;
        int field_nr_saved;
-       struct ctf_event *event_class;
+       struct ctf_event_declaration *event_class;
        struct ctf_event_definition *event;
        uint64_t id;
        int ret;
This page took 0.022899 seconds and 4 git commands to generate.