lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / include / babeltrace2 / trace-ir / event-class.h
index fa225019d6371caa7c83bf851e1e70393bb11049..e435d3876608665443f6f1fecba14c12bca11bd3 100644 (file)
@@ -42,6 +42,12 @@ extern bt_event_class *bt_event_class_create(
 extern bt_event_class *bt_event_class_create_with_id(
                bt_stream_class *stream_class, uint64_t id);
 
+extern bt_value *bt_event_class_borrow_user_attributes(
+               bt_event_class *event_class);
+
+extern void bt_event_class_set_user_attributes(
+               bt_event_class *event_class, const bt_value *user_attributes);
+
 extern bt_stream_class *bt_event_class_borrow_stream_class(
                bt_event_class *event_class);
 
This page took 0.023331 seconds and 4 git commands to generate.