Rename ctf_stream to ctf_stream_definition
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index 9f579a060ded3cc272e40eeccfab3ef34475e46c..2ff37545ffb0ff984373d7223fbd9b68c07166ba 100644 (file)
 #include <babeltrace/ctf/callbacks-internal.h>
 #include <glib.h>
 
-struct ctf_stream;
-struct ctf_stream_event;
+struct ctf_stream_definition;
+struct ctf_event_definition;
 /*
  * the structure to manipulate events
  */
 struct bt_ctf_event {
-       struct ctf_stream *stream;
-       struct ctf_stream_event *event;
+       struct ctf_stream_definition *stream;
+       struct ctf_event_definition *event;
 };
 
 struct bt_ctf_iter {
This page took 0.024082 seconds and 4 git commands to generate.