Rename ctf_event to ctf_event_declaration
[babeltrace.git] / formats / ctf / callbacks.c
index e27a6a3d31c18c31245c5c23c983281d14c97057..0b4da9c5599c4e2b995e0c41553f2babda53a231 100644 (file)
@@ -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;
 
This page took 0.022874 seconds and 4 git commands to generate.