Rename ctf_stream to ctf_stream_definition
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index c3ee8fcda401e28557d1545407e62e45aa7f10f5..2ff37545ffb0ff984373d7223fbd9b68c07166ba 100644 (file)
 #include <babeltrace/ctf/callbacks-internal.h>
 #include <glib.h>
 
-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;
 };
 
This page took 0.024201 seconds and 4 git commands to generate.