]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: split out virsh-host.c
authorEric Blake <eblake@redhat.com>
Mon, 20 Aug 2012 20:01:45 +0000 (14:01 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 21 Aug 2012 05:51:29 +0000 (23:51 -0600)
commitae8e89fb1202d016713337ff94ffeec81127c45b
tree02aebfcda09579c604beb4c98ab0928ea1331940
parent99ae57f8418a45991a8c41b9f0dcb52218fc19a4
virsh: split out virsh-host.c

The splits are getting easier, with fewer cleanups needed in virsh.h.

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