]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix return value of virCgroupGetPercpuStats
authorJán Tomko <jtomko@redhat.com>
Fri, 4 Apr 2014 07:26:23 +0000 (09:26 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 9 Apr 2014 14:24:08 +0000 (16:24 +0200)
commit23d2d863b719be18f29306ecec41ee319b63e04f
tree9c0b6c0e1d6765ede21f93aa57d495fe51dfe490
parent3e7e6ad6ee9ffb2bb4ef5231e4f3a9b58d3ddfe3
Fix return value of virCgroupGetPercpuStats

We need to return the number of successfully populated stats,
not the nparams supplied by the user.
src/util/vircgroup.c