On 08/20/2012 05:47 PM, Eric Blake wrote:
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.
---
tools/Makefile.am | 2 +-
tools/virsh-network.c | 29 ++++++++++++++++++++---------
tools/virsh-network.h | 42 ++++++++++++++++++++++++++++++++++++++++++
tools/virsh.c | 2 +-
4 files changed, 64 insertions(+), 11 deletions(-)
create mode 100644 tools/virsh-network.h
These are getting very predictable. That's a good sign! ACK.