X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fcallbacks.c;h=0b4da9c5599c4e2b995e0c41553f2babda53a231;hp=e27a6a3d31c18c31245c5c23c983281d14c97057;hb=4716614abaa127d6d6722c845a413495d9cb2b6f;hpb=9e88d150c4119a0c6d6288cad6d6db87df7bac4b diff --git a/formats/ctf/callbacks.c b/formats/ctf/callbacks.c index e27a6a3d..0b4da9c5 100644 --- a/formats/ctf/callbacks.c +++ b/formats/ctf/callbacks.c @@ -149,7 +149,7 @@ static struct ctf_event_definition *extract_ctf_stream_event(struct ctf_stream_definition *stream) { struct ctf_stream_declaration *stream_class = stream->stream_class; - struct ctf_event *event_class; + struct ctf_event_declaration *event_class; struct ctf_event_definition *event; uint64_t id = stream->event_id;