lib: make `bt_attributes_get_count()` return uint64_t
[babeltrace.git] / src / lib / trace-ir / attributes.c
index ce58e28982e758b91089487fe5b182dcc63938e0..8f03c799a79aa1b590a2432499e12d739ce71edd 100644 (file)
@@ -77,7 +77,7 @@ void bt_attributes_destroy(struct bt_value *attr_obj)
 }
 
 BT_HIDDEN
-int64_t bt_attributes_get_count(const struct bt_value *attr_obj)
+uint64_t bt_attributes_get_count(const struct bt_value *attr_obj)
 {
        return bt_value_array_get_length(attr_obj);
 }
This page took 0.023234 seconds and 4 git commands to generate.