Pass stream pointer with callback caller data
[babeltrace.git] / include / babeltrace / babeltrace.h
index fe5881a34e86c1475514ffb1b8f745094ef6332f..9522628f9740e0ce21ab4edf669647eaa8fa14e6 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include <glib.h>
+#include <stdint.h>
 
 typedef GQuark bt_event_name;
 
@@ -52,6 +53,7 @@ struct trace_collection_pos {
 
 struct bt_ctf_data {
        struct ctf_stream_event *event;
+       struct ctf_stream *stream;
 };
 
 /*
This page took 0.022721 seconds and 4 git commands to generate.