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