]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use tristate constants for new 'append' field
authorDmitry Mishin <dim@virtuozzo.com>
Tue, 5 Jan 2016 12:25:38 +0000 (07:25 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 5 Jan 2016 12:59:17 +0000 (07:59 -0500)
commit8746d95f6d437a7b408849fc09dfaa736b98966c
tree25ac03a50714f26a9886cc63eb8d8e651d3f4b86
parent8cbd91a449e858631a5583aba6f96ec5037a07f7
Use tristate constants for new 'append' field

For completeness, use the VIR_TRISTATE_SWITCH_ABSENT for data.file.append
comparisons. Commit ids '70ffa02f' and '53a15aed' just went with the non
zero comparison.
src/conf/domain_conf.c
src/qemu/qemu_command.c