lib: rename `bt_object_{get,put}_no` -> `bt_object_{get,put}_ref_no`
[babeltrace.git] / src / lib / trace-ir / clock-class.c
index e982ad7f0fafc74e48ba733db4635508f15c1d4e..c394454816039304a376d3bcf34bd27c44f1b58b 100644 (file)
@@ -338,9 +338,9 @@ void bt_clock_class_set_user_attributes(
        BT_ASSERT_PRE(user_attributes->type == BT_VALUE_TYPE_MAP,
                "User attributes object is not a map value object.");
        BT_ASSERT_PRE_DEV_CLOCK_CLASS_HOT(clock_class);
-       bt_object_put_no_null_check(clock_class->user_attributes);
+       bt_object_put_ref_no_null_check(clock_class->user_attributes);
        clock_class->user_attributes = (void *) user_attributes;
-       bt_object_get_no_null_check(clock_class->user_attributes);
+       bt_object_get_ref_no_null_check(clock_class->user_attributes);
 }
 
 void bt_clock_class_get_ref(const struct bt_clock_class *clock_class)
This page took 0.023326 seconds and 4 git commands to generate.