lib: rename `bt_object_{get,put}_no` -> `bt_object_{get,put}_ref_no`
[babeltrace.git] / src / lib / trace-ir / trace-class.c
index cd5d6f829563a77dfe947950afe5e90b7aabe680..fb9f8a5a4557c98dd539b7e24d180cae879421b5 100644 (file)
@@ -336,9 +336,9 @@ void bt_trace_class_set_user_attributes(struct bt_trace_class *trace_class,
        BT_ASSERT_PRE(user_attributes->type == BT_VALUE_TYPE_MAP,
                "User attributes object is not a map value object.");
        BT_ASSERT_PRE_DEV_TRACE_CLASS_HOT(trace_class);
-       bt_object_put_no_null_check(trace_class->user_attributes);
+       bt_object_put_ref_no_null_check(trace_class->user_attributes);
        trace_class->user_attributes = (void *) user_attributes;
-       bt_object_get_no_null_check(trace_class->user_attributes);
+       bt_object_get_ref_no_null_check(trace_class->user_attributes);
 }
 
 void bt_trace_class_get_ref(const struct bt_trace_class *trace_class)
This page took 0.024749 seconds and 4 git commands to generate.