aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-07-24 16:24:50 +0800
committerOsier Yang <jyang@redhat.com>2012-07-26 11:56:36 +0800
commit9f4baa222e44edcfa5a52f942b095ce4fa2546b5 (patch)
tree6726b2cf61406391d3e995b5ccf94192ffbcbda6 /po/POTFILES.in
parentvirsh: Move definition of cmds and cmd groups right at the top of main (diff)
downloadlibvirt-9f4baa222e44edcfa5a52f942b095ce4fa2546b5.tar.gz
libvirt-9f4baa222e44edcfa5a52f942b095ce4fa2546b5.tar.bz2
libvirt-9f4baa222e44edcfa5a52f942b095ce4fa2546b5.zip
virsh: Split cmds for domain monitoring from virsh.c
This splits commands commands to monitor domain status into virsh-domain-monitor.c. The helpers not for common use are moved too. Standard copyright is added. * tools/virsh.c: - Remove commands for domain monitoring group and a few helpers ( vshDomainIOErrorToString, vshGetDomainDescription, vshDomainControlStateToString, vshDomainStateToString) not for common use. - Remove (incldue "intprops.h"). * tools/virsh-domain-monitor.c: - New file, filled with commands of domain monitor group. - Add "intprops.h". * cfg.mk: - Skip strcase checking for virsh-domain-monitor.c - Skip to check config.h including for virsh-domain-monitor.c * po/POTFILES.in - Add virsh-domain-monitor.c
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7587c61b3..64da663de 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -177,6 +177,7 @@ src/xenxs/xen_xm.c
tools/console.c
tools/libvirt-guests.init.sh
tools/virsh.c
+tools/virsh-domain-monitor.c
tools/virsh-edit.c
tools/virt-host-validate-common.c
tools/virt-host-validate-lxc.c