]> xenbits.xensource.com Git - libvirt.git/commit
remote: Fix erroneous usage of constant
authorJohn Ferlan <jferlan@redhat.com>
Tue, 4 Oct 2016 11:05:20 +0000 (07:05 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 4 Oct 2016 18:35:17 +0000 (14:35 -0400)
commitbb41e19fead602306c1dcd039bd1041a4d10cef3
tree032bbeb54f68f1c3b5bcb2099651f1cce6da963a
parentb045cf799cb9e5fbc1bbb7df36a6b3d238cd251b
remote: Fix erroneous usage of constant

The REMOTE_DOMAIN_MEMORY_PARAMETERS_MAX was erroneously used in the
remoteDomainBlockStatsFlags and remoteDomainGetBlockIoTune calls. Change
the constant to be the right one.

Fortunately, all 3 are defined as 16.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/remote/remote_driver.c