]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add the script hook support to the libvirt daemon
authorDaniel Veillard <veillard@redhat.com>
Fri, 26 Mar 2010 14:53:32 +0000 (15:53 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 29 Mar 2010 16:21:04 +0000 (18:21 +0200)
commit53456e62edf317702a533ba4507037f3bde6c9ec
tree713c71f81834eff01127f607fc4ed61ffe33062e
parent2b4e3531686a21dbcdac94aa7095fdec7ea0bff3
Add the script hook support to the libvirt daemon

It supports 3 kind of probing times, at daemon startup, when the
daemon reloads its drivers on SIGHUP and when the daemon exits

* daemon/libvirtd.c: daemon hooks for startup, reload and exit
daemon/libvirtd.c