]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: split out virsh-volume.c
authorEric Blake <eblake@redhat.com>
Mon, 20 Aug 2012 23:41:24 +0000 (17:41 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 21 Aug 2012 06:23:12 +0000 (00:23 -0600)
commitf95f1ba4c0f4a06c66b2d9af0d4816ecb25ffb97
tree14891a3516d271f8f4b246c8d7baac0b556b1372
parentc0dbd5f3521a0dccb6cfcb2cd9cf506e808be7ea
virsh: split out virsh-volume.c

Last of the file splits.

* tools/virsh-volume.h: New file.
* tools/Makefile.am (virsh_SOURCES): Build it.
* tools/virsh.c: Use new header.
* tools/virsh-volume.c: Likewise.
(vshCommandOptVolBy): Fix flag usage.
tools/Makefile.am
tools/virsh-volume.c
tools/virsh-volume.h [new file with mode: 0644]
tools/virsh.c