lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / src / lib / trace-ir / trace-class.h
index 0b06bf32fda0a8fa27fa3e645922591e50053c89..28123a91d244998468613f527d298b71810f034f 100644 (file)
@@ -43,6 +43,9 @@
 struct bt_trace_class {
        struct bt_object base;
 
+       /* Owned by this */
+       struct bt_value *user_attributes;
+
        /* Array of `struct bt_stream_class *` */
        GPtrArray *stream_classes;
 
This page took 0.023832 seconds and 4 git commands to generate.