]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
virsh: split out virsh-domain-monitor.c
authorEric Blake <eblake@redhat.com>
Mon, 20 Aug 2012 13:46:38 +0000 (07:46 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 21 Aug 2012 05:39:54 +0000 (23:39 -0600)
commit99ae57f8418a45991a8c41b9f0dcb52218fc19a4
treef4c1d621c159f283996ba8a068500103a6ea9102
parent2f8a09fbce34fb21b7d862357ec7d214587ad75f
virsh: split out virsh-domain-monitor.c

Another file worth compiling on its own instead of by .c inclusion.

* tools/virsh-domain-monitor.h: New file.
* tools/Makefile.am (virsh_SOURCES): Build it.
* tools/virsh.h (vshGetDomainDescription): Move to correct
header.
* tools/virsh-domain-monitor.c: Use new header.
* tools/virsh.c: Likewise.
* tools/virsh-domain.c: Likewise.
tools/Makefile.am
tools/virsh-domain-monitor.c
tools/virsh-domain-monitor.h [new file with mode: 0644]
tools/virsh-domain.c
tools/virsh.c
tools/virsh.h