X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=8aeae362c69522a4691496ee329472a893e95515;hp=273c9b72426145fd88400cde874c6c026ee789bc;hb=f380e105704874a3b1fc065122ca286397e3f83c;hpb=8b8dc96e023c365461d2407a3bf2220779bc7d05 diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index 273c9b72..8aeae362 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -216,7 +216,7 @@ 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;