lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / include / babeltrace2 / trace-ir / event-class-const.h
index 80f33eade31898b87ba052263d54a120cff242ca..5b686dc6c405dc773b8d7e06196a2fff94d2149c 100644 (file)
@@ -55,6 +55,9 @@ typedef enum bt_event_class_log_level {
        BT_EVENT_CLASS_LOG_LEVEL_DEBUG,
 } bt_event_class_log_level;
 
+extern const bt_value *bt_event_class_borrow_user_attributes_const(
+               const bt_event_class *event_class);
+
 extern const bt_stream_class *bt_event_class_borrow_stream_class_const(
                const bt_event_class *event_class);
 
This page took 0.024588 seconds and 4 git commands to generate.