]> xenbits.xensource.com Git - libvirt.git/commit
perf: remote: Compare perf nparams against the correct constant
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Thu, 16 Mar 2017 11:55:15 +0000 (17:25 +0530)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 17 Mar 2017 09:39:45 +0000 (10:39 +0100)
commit9dba52efd29f357934bd55c900d7cbbedab20f4c
tree8f156d80fc5b57368d0d9291f2921ea3af8dd0d3
parent696a8ff36e34db0ad94a736d324a7f6e23de61e9
perf: remote: Compare perf nparams against the correct constant

Currently 'virsh perf domain' errors out as the perf nparams is
incorrectly compared against REMOTE_DOMAIN_MEMORY_PARAMETERS_MAX
instead of REMOTE_DOMAIN_PERF_EVENTS_MAX.

Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
daemon/remote.c