]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Move job watch code to a separate function
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 20 Dec 2011 13:04:28 +0000 (14:04 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 22 Dec 2011 10:05:15 +0000 (11:05 +0100)
commit8e7829f754eae05f09c471d56b99af532c6c8943
treebf305f3d5803ebb6dab60f88f8ac1c1ea58f1cde
parent6da91758d70de7a7171120c80b04ef1e841082e8
virsh: Move job watch code to a separate function

called vshWatchJob. This can be later used in other
job oriented commands like dump, save, managedsave
to report progress and allow user to cancel via ^C.
tools/virsh.c