]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: split out virsh-network.c
authorEric Blake <eblake@redhat.com>
Mon, 20 Aug 2012 21:43:25 +0000 (15:43 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 21 Aug 2012 06:02:09 +0000 (00:02 -0600)
commitdcff981a70fdde62a3bfd7d421835b4f7c7a986e
tree6f53baf5dcebae099405878f8a38befbde8074bc
parent7aeb16a8c0298ced0159d6dc087e6404cbfb956b
virsh: split out virsh-network.c

Another relatively easy file split.

* tools/virsh-network.h: New file.
* tools/Makefile.am (virsh_SOURCES): Build it.
* tools/virsh.c: Use new header.
* tools/virsh-network.c: Likewise.
(vshCommandOptNetworkBy): Update signature.
tools/Makefile.am
tools/virsh-network.c
tools/virsh-network.h [new file with mode: 0644]
tools/virsh.c