Export the format.h header
[babeltrace.git] / include / babeltrace / babeltrace.h
index fe5881a34e86c1475514ffb1b8f745094ef6332f..bc8bf76f1ec6dca248ad099c51e243f7a0c946b5 100644 (file)
@@ -18,6 +18,8 @@
  */
 
 #include <glib.h>
+#include <stdint.h>
+#include <babeltrace/format.h>
 
 typedef GQuark bt_event_name;
 
@@ -52,6 +54,7 @@ struct trace_collection_pos {
 
 struct bt_ctf_data {
        struct ctf_stream_event *event;
+       struct ctf_stream *stream;
 };
 
 /*
This page took 0.022577 seconds and 4 git commands to generate.