lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / include / babeltrace2 / trace-ir / trace-const.h
index f437aec0428dd1fbde87756cdc502a87da40c59f..d4410a2dd1db59977c7ed5e98b9a94fbbe0009e6 100644 (file)
@@ -38,6 +38,9 @@ extern "C" {
 typedef void (* bt_trace_destruction_listener_func)(
                const bt_trace *trace, void *data);
 
+extern const bt_value *bt_trace_borrow_user_attributes_const(
+               const bt_trace *trace);
+
 extern const bt_trace_class *bt_trace_borrow_class_const(
                const bt_trace *trace);
 
This page took 0.025202 seconds and 4 git commands to generate.