X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flib%2Ftrace-ir%2Fattributes.c;h=8f03c799a79aa1b590a2432499e12d739ce71edd;hp=ce58e28982e758b91089487fe5b182dcc63938e0;hb=99b4b64b7ac398ab304fe7009d0a352b4002e459;hpb=e3d110d6ba7e990914d2586a8c13510bce7ae990 diff --git a/src/lib/trace-ir/attributes.c b/src/lib/trace-ir/attributes.c index ce58e289..8f03c799 100644 --- a/src/lib/trace-ir/attributes.c +++ b/src/lib/trace-ir/attributes.c @@ -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); }