lib: add user attributes property to metadata, stream, and trace objects
[babeltrace.git] / include / babeltrace2 / trace-ir / stream-class.h
index 469fe0196123f7b136fa6cf2ae49d3993f417824..58bdbdc49cfd3e631715845d1b0bc6cffc2b4fee 100644 (file)
@@ -41,6 +41,12 @@ extern bt_stream_class *bt_stream_class_create(
 extern bt_stream_class *bt_stream_class_create_with_id(
                bt_trace_class *trace_class, uint64_t id);
 
+extern bt_value *bt_stream_class_borrow_user_attributes(
+               bt_stream_class *stream_class);
+
+extern void bt_stream_class_set_user_attributes(
+               bt_stream_class *stream_class, const bt_value *user_attributes);
+
 extern bt_trace_class *bt_stream_class_borrow_trace_class(
                bt_stream_class *stream_class);
 
This page took 0.023364 seconds and 4 git commands to generate.