]> git.proxmox.com Git - qemu-server.git/commit
migrate: collect migration tunnel child process
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 3 Jun 2016 09:31:59 +0000 (11:31 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 3 Jun 2016 09:47:13 +0000 (11:47 +0200)
commit61b04c6d5ae6c9df70e3f534bdd00428102b4f17
treec9b3c8f96661e5fc12f52696b414f00bf608b7cb
parent052702921eb23dba9d870b485640614591ff0798
migrate: collect migration tunnel child process

use waitpid with WNO_HANG to check if the ssh tunnel child process
is still running and collect at the same time if it exited.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuMigrate.pm