• E
    virsh: move vshWatchJob earlier · 8e8809e1
    Eric Blake 提交于
    It's easier to order things in topological order than it is to
    forward declare in one file for use only by one other file.
    
    * tools/virsh.c (vshWatchJob, parseRateStr)
    (vshDomainStateToString, vshDomainStateReasonToString)
    (vshDomainControlStateToString, vshDomainVcpuStateToString): Drop
    useless prototypes.
    * tools/virsh-domain.c (vshWatchJob): Move earlier.
    8e8809e1
virsh.c 89.8 KB