aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-07-24 16:44:49 +0800
committerOsier Yang <jyang@redhat.com>2012-07-26 11:57:42 +0800
commit9fbb344f6e8c2249b1deb916114a059a2f0005da (patch)
tree0c9c7de1f3fb9752c17daec164bbc4a5dd0f059c /po
parentvirsh: Split cmds of domain group from virsh.c (diff)
downloadlibvirt-9fbb344f6e8c2249b1deb916114a059a2f0005da.tar.gz
libvirt-9fbb344f6e8c2249b1deb916114a059a2f0005da.tar.bz2
libvirt-9fbb344f6e8c2249b1deb916114a059a2f0005da.zip
virsh: Split cmds of storage volume group from virsh.c
This splits commands of storage volume group into virsh-volume.c, The helpers not for common use are moved too. Standard copyright is added for the new file. * tools/virsh.c: Remove commands for storage storage volume and a few helpers. (vshCommandOptVol, vshCommandOptVolBy). * tools/virsh-volume.c: New file, filled with commands of storage volume group and its helpers. * po/POTFILES.in: Add virsh-volume.c * cfg.mk: Skip to check config.h including for virsh-volume.c
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index fb9891dc0..718304f76 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -180,6 +180,7 @@ tools/virsh.c
tools/virsh-domain-monitor.c
tools/virsh-domain.c
tools/virsh-edit.c
+tools/virsh-volume.c
tools/virt-host-validate-common.c
tools/virt-host-validate-lxc.c
tools/virt-host-validate-qemu.c