lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / src / lib / trace-ir / stream.h
index cd320ca16dc62ba282cf6b22023f33fd4a85a427..23f69c274d742e5329b51348eb8a5636dc47e1c4 100644 (file)
@@ -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.024417 seconds and 4 git commands to generate.