X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=c3ee8fcda401e28557d1545407e62e45aa7f10f5;hp=9f579a060ded3cc272e40eeccfab3ef34475e46c;hb=c716f83b53677d5f2e6a15463408f464006eafb7;hpb=04ae3991741c634481fc3fa069664ae28bbdbaa6 diff --git a/include/babeltrace/ctf/events-internal.h b/include/babeltrace/ctf/events-internal.h index 9f579a06..c3ee8fcd 100644 --- a/include/babeltrace/ctf/events-internal.h +++ b/include/babeltrace/ctf/events-internal.h @@ -29,13 +29,13 @@ #include struct ctf_stream; -struct ctf_stream_event; +struct ctf_event_definition; /* * the structure to manipulate events */ struct bt_ctf_event { struct ctf_stream *stream; - struct ctf_stream_event *event; + struct ctf_event_definition *event; }; struct bt_ctf_iter {