]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: simplify lxcDomainGetBlkioParameters
authorJán Tomko <jtomko@redhat.com>
Mon, 30 May 2016 13:33:29 +0000 (15:33 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 8 Jun 2016 13:25:35 +0000 (15:25 +0200)
commite4fd42d87bb4d4c833614bc62be3d6e4b5701c94
treea35de6ac8ff5ef2ea730e9e9859d65b20389387b
parent32e6339c196f2ba04b732fe80e74233e2ae433a2
lxc: simplify lxcDomainGetBlkioParameters

Replace all the repetitive code by using
virDomainGetBlkioParametersAssignFromDef, similar to what commit 9f50f6e
did in the qemu driver.
src/lxc/lxc_driver.c