X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=a4316e8fd6d0fccf37f03fa021c2bd3a1380f5b9;hp=bf028615fd301fbfd922528bed6471eb14a8474d;hb=c716f83b53677d5f2e6a15463408f464006eafb7;hpb=e419579102094d83539d79ce6af83d9786d387ee diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index bf028615..a4316e8f 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include @@ -217,10 +216,10 @@ int ctf_text_write_event(struct stream_pos *ppos, struct ctf_stream *stream) { struct ctf_text_stream_pos *pos = container_of(ppos, struct ctf_text_stream_pos, parent); - struct ctf_stream_class *stream_class = stream->stream_class; + 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;