fix/breakage API : replace bt_ctf_event
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index 2ff37545ffb0ff984373d7223fbd9b68c07166ba..bd50100d0ea37a7fed53d116f335f3a5e66d2aaf 100644 (file)
 #include <babeltrace/iterator-internal.h>
 #include <babeltrace/ctf/callbacks.h>
 #include <babeltrace/ctf/callbacks-internal.h>
+#include <babeltrace/ctf-ir/metadata.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 */
+       struct ctf_event_definition current_ctf_event;  /* last read event */
        GArray *callbacks;                              /* Array of struct bt_stream_callbacks */
        struct bt_callback_chain main_callbacks;        /* For all events */
        /*
This page took 0.023223 seconds and 4 git commands to generate.