]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add helper function virExecDaemonize
authorCole Robinson <crobinso@redhat.com>
Mon, 11 May 2009 13:34:37 +0000 (13:34 +0000)
committerCole Robinson <crobinso@redhat.com>
Mon, 11 May 2009 13:34:37 +0000 (13:34 +0000)
commit79d9d2432ff6142102c4e9489d79741b6baf54c7
tree9e4b7009d661e5f83a04ae898d07426a3a3b43f6
parent2e878906e4dfac9f5ce9b0e8dd83d80efef4df16
Add helper function virExecDaemonize

Wraps __virExec with the VIR_EXEC_DAEMON flag. Waits on the intermediate
process to ensure we don't end up with any zombies, and differentiates between
original process errors and intermediate process errors.
ChangeLog
src/libvirt_private.syms
src/proxy_internal.c
src/qemu_driver.c
src/remote_internal.c
src/uml_driver.c
src/util.c
src/util.h