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