lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / include / babeltrace2 / trace-ir / stream-class-const.h
index c21d0e7554605ed56a38d01b55902c8f5312bd9b..7a7077b946d3acdc8a6e504c656ab48daf7b3c1e 100644 (file)
@@ -35,6 +35,9 @@
 extern "C" {
 #endif
 
+extern const bt_value *bt_stream_class_borrow_user_attributes_const(
+               const bt_stream_class *stream_class);
+
 extern const bt_trace_class *bt_stream_class_borrow_trace_class_const(
                const bt_stream_class *stream_class);
 
This page took 0.02341 seconds and 4 git commands to generate.