lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / include / babeltrace2 / trace-ir / stream-const.h
index 2465343cd8c8ff32bdf2d67709219def5dac6b6f..bf8098303815e591dacad30909f7cb013790cc82 100644 (file)
@@ -35,6 +35,9 @@
 extern "C" {
 #endif
 
+extern const bt_value *bt_stream_borrow_user_attributes_const(
+               const bt_stream *stream);
+
 extern const bt_stream_class *bt_stream_borrow_class_const(
                const bt_stream *stream);
 
This page took 0.039614 seconds and 4 git commands to generate.