API fix/breakage : reexporting bt_ctf_event
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index 2ff37545ffb0ff984373d7223fbd9b68c07166ba..b01fda4bc199a483621aa9f6c428bc0c504eeb5a 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
+ * These structures are public mappings to internal ctf_event structures.
  */
 struct bt_ctf_event {
-       struct ctf_stream_definition *stream;
-       struct ctf_event_definition *event;
+       struct ctf_event_definition *parent;
+};
+
+struct bt_ctf_event_decl {
+       struct ctf_event_declaration *parent;
 };
 
 struct bt_ctf_iter {
This page took 0.024554 seconds and 4 git commands to generate.