lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / src / lib / trace-ir / event-class.h
index 66d536706072a7171f014d9431d224f4c7842d69..83734eed1c7b9c313475fc7a36ca5d3586506d10 100644 (file)
@@ -46,6 +46,9 @@ struct bt_event_class {
        struct bt_field_class *specific_context_fc;
        struct bt_field_class *payload_fc;
 
+       /* Owned by this */
+       struct bt_value *user_attributes;
+
        struct {
                GString *str;
 
This page took 0.026638 seconds and 4 git commands to generate.