
On 21.09.2015 19:21, Peter Krempa wrote:
The name of the variable was misleading. Rename it and it's setting accessor before other fixes. --- src/conf/domain_conf.c | 18 +++++++++--------- src/conf/domain_conf.h | 7 ++++--- src/hyperv/hyperv_driver.c | 2 +- src/libvirt_private.syms | 2 +- src/libxl/libxl_driver.c | 4 ++-- src/lxc/lxc_driver.c | 2 +- src/lxc/lxc_native.c | 4 ++-- src/phyp/phyp_driver.c | 2 +- src/qemu/qemu_command.c | 4 ++-- src/qemu/qemu_domain.c | 2 +- src/qemu/qemu_driver.c | 2 +- src/test/test_driver.c | 2 +- src/uml/uml_driver.c | 2 +- src/vbox/vbox_common.c | 4 ++-- src/vmx/vmx.c | 2 +- src/vz/vz_sdk.c | 2 +- src/xen/xm_internal.c | 2 +- src/xenapi/xenapi_driver.c | 2 +- src/xenconfig/xen_common.c | 2 +- src/xenconfig/xen_sxpr.c | 2 +- 20 files changed, 35 insertions(+), 34 deletions(-)
ACK Michal