]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: cpu-stats: Remove unneeded flags
authorPeter Krempa <pkrempa@redhat.com>
Mon, 7 Dec 2015 11:49:12 +0000 (12:49 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Jan 2016 16:45:09 +0000 (17:45 +0100)
commita2e80549a2ac8e9d173956c3ca817a4540713393
tree1b8dfc7cc72affaca1de01f73d63971b4d959b5f
parent57177f1abdb238811b75fb751dad0aa78aaea1c3
virsh: cpu-stats: Remove unneeded flags

virDomainGetCPUStats doesn't support flags so there's no need to carry
the 'flags' variable around. Additionally since the API is poorly
designed I doubt that it will be extended.
tools/virsh-domain.c