]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use switch in qemuMigrationCompleted
authorJiri Denemark <jdenemar@redhat.com>
Tue, 17 Oct 2017 19:27:55 +0000 (21:27 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 23 Oct 2017 08:08:29 +0000 (10:08 +0200)
commit960326237764f8970250a3608e7b2b880e030715
treec5cce855fd6a6868fef7c39c4f772dea6ee4b948
parent8bf6426d6eaf6fc2b4593927d2279ec36f75e0d3
qemu: Use switch in qemuMigrationCompleted

When adding a new job state it's useful to let the compiler complain
about places where we need to think about what to do with the new
state.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_migration.c