]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: snapshot: Use typecasted switch in qemuDomainSnapshotPrepare()
authorPeter Krempa <pkrempa@redhat.com>
Tue, 20 May 2014 08:38:42 +0000 (10:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 20 May 2014 17:28:10 +0000 (19:28 +0200)
commit68c15a4f8b7d93123db488375cfc6d4be42ebdf2
treeda563e72d648b5a44ddf3b566d4ef81b02e06681
parent5c13c3202fb3c58d92a474f911ad0920c29a6fb9
qemu: snapshot: Use typecasted switch in qemuDomainSnapshotPrepare()

Convert the switch to a typecasted value so that the compiler tracks
additions for us.
src/qemu/qemu_driver.c