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