]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Store initpid in the domain status XML for LXC
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 22 Nov 2012 17:15:54 +0000 (17:15 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 27 Nov 2012 17:02:22 +0000 (17:02 +0000)
commitea2fec86dda8f07accf972421b272cc28050d139
tree26ae1f8776a45c819835a49d36ed1ce40713c755
parenta33d8fceee796e8f05c757495026ae25dabc0c32
Store initpid in the domain status XML for LXC

The initpid will be required long term to enable LXC to
implement various hotplug operations. Thus it needs to be
persisted in the domain status XML. LXC has not used the
domain status XML before, so this introduces use of the
helpers.
src/lxc/lxc_domain.c
src/lxc/lxc_domain.h
src/lxc/lxc_process.c