X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Ftrace-ir%2Fattributes.c;h=8f03c799a79aa1b590a2432499e12d739ce71edd;hb=6e30bfdaa1314e2fca0a82d9bf39e6d55780e7fb;hp=ce58e28982e758b91089487fe5b182dcc63938e0;hpb=ec4a33549ae0f01a603caa22db78bd356e3ab81b;p=babeltrace.git 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); }