Fix API: add const qualifiers, privatize struct bt_ctf_event
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index c78470ecab9fce91e4071984bc5470595c7f9200..9f579a060ded3cc272e40eeccfab3ef34475e46c 100644 (file)
 #include <babeltrace/ctf/callbacks-internal.h>
 #include <glib.h>
 
+struct ctf_stream;
+struct ctf_stream_event;
+/*
+ * the structure to manipulate events
+ */
+struct bt_ctf_event {
+       struct ctf_stream *stream;
+       struct ctf_stream_event *event;
+};
+
 struct bt_ctf_iter {
        struct bt_iter parent;
        struct bt_ctf_event current_ctf_event;  /* last read event */
This page took 0.022599 seconds and 4 git commands to generate.