• E
    virsh: split out virsh.h · c2e494cc
    Eric Blake 提交于
    Having one .c file include another does not give any compilation
    benefits; move towards modular .o files by first splitting out
    reused declarations into a new virsh.h.  This patch doesn't try
    very hard to see which functions are used or not, to make it
    easier to review the file split.  Future patches can further trim
    the header to be smaller.
    
    * tools/Makefile.am (virsh_SOURCES): List new file, and prepare
    for others.
    * tools/virsh.c: Split declarations...
    * tools/virsh.h: ...into new file, and make several functions
    non-static.
    * tools/virsh-domain-monitor.c (vshGetDomainDescription): Make
    non-static.
    c2e494cc
virsh-domain-monitor.c 50.4 KB