]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: split out virsh-pool.c
authorEric Blake <eblake@redhat.com>
Mon, 20 Aug 2012 22:56:53 +0000 (16:56 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 21 Aug 2012 06:11:29 +0000 (00:11 -0600)
commitef8d35830c0602f4ae469f47d332d00040cfc345
treeb3302e873b0a66addd0ee3c0edd4efb639c02aeb
parent69af4f7cb8fe389ee8c4da3354c83a5855a7b3e3
virsh: split out virsh-pool.c

More in a series of file splits.

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