]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Introduce flags in qemuMigrationCompleted
authorJiri Denemark <jdenemar@redhat.com>
Mon, 5 Oct 2015 12:36:15 +0000 (14:36 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 6 Oct 2015 14:15:21 +0000 (16:15 +0200)
commit2af983f4c42e8f0af95fe1eb464e14ba52bb1145
tree7add624a9e0f61e419e207add6c782117d0b9a8b
parentb106c8b910ec49f1018146dd82b0f93833a66600
qemu: Introduce flags in qemuMigrationCompleted

The function already has two bool parameters and we will need to add a
new one. Let's switch to flags to make the callers readable.

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