lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / src / lib / trace-ir / trace.h
index 288bfa36cdca207d6ab3683d81fdbeeabeee0062..2978e9953c986549213a922faf635349eeda8444 100644 (file)
@@ -45,6 +45,9 @@
 struct bt_trace {
        struct bt_object base;
 
+       /* Owned by this */
+       struct bt_value *user_attributes;
+
        /* Owned by this */
        struct bt_trace_class *class;
 
This page took 0.02363 seconds and 4 git commands to generate.