]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move LXC monitor code out into separate file
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 17 Jul 2012 11:14:35 +0000 (12:14 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 30 Jul 2012 11:50:22 +0000 (12:50 +0100)
commitde4b32e4bf7394bc697e87133d0461db87f4a392
tree942948e4d2be670f14d403632d82ac989d144aed
parent357866c379bbca83a7a621159ae4f81aa00b893a
Move LXC monitor code out into separate file

Move the code that handles the LXC monitor out of the
lxc_process.c file and into lxc_monitor.{c,h}

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
po/POTFILES.in
src/Makefile.am
src/lxc/lxc_domain.h
src/lxc/lxc_monitor.c [new file with mode: 0644]
src/lxc/lxc_monitor.h [new file with mode: 0644]
src/lxc/lxc_process.c