lib: remove includes from logging.h
[babeltrace.git] / src / lib / trace-ir / stream.h
index 96985a93ffcc630bcbaeb7e062dad2dc58f97238..23f69c274d742e5329b51348eb8a5636dc47e1c4 100644 (file)
@@ -27,7 +27,7 @@
 #include <babeltrace2/trace-ir/stream.h>
 #include "lib/object.h"
 #include "lib/object-pool.h"
-#include "common/babeltrace.h"
+#include "common/macros.h"
 #include <glib.h>
 
 #include "utils.h"
@@ -38,6 +38,9 @@ struct bt_stream;
 struct bt_stream {
        struct bt_object base;
 
+       /* Owned by this */
+       struct bt_value *user_attributes;
+
        /* Owned by this */
        struct bt_stream_class *class;
 
This page took 0.025242 seconds and 4 git commands to generate.