lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / src / lib / trace-ir / stream-class.h
index fe423d7683d99e66855f5fd5503e4c1e1e1651ee..60bd571949b80b593952b97e1138cde08b0f53be 100644 (file)
@@ -39,6 +39,9 @@
 struct bt_stream_class {
        struct bt_object base;
 
+       /* Owned by this */
+       struct bt_value *user_attributes;
+
        struct {
                GString *str;
 
This page took 0.033585 seconds and 4 git commands to generate.