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