]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Implement vshTable API to pool-list
authorSimon Kobyda <skobyda@redhat.com>
Fri, 21 Sep 2018 14:17:22 +0000 (16:17 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 24 Sep 2018 07:09:14 +0000 (09:09 +0200)
commit79eec7992bdadcc8bc922caa261371462047a380
treeff679dcf42fce938c21fb7026df4518dee8566e7
parent3072ded3549000c00e063c42fccaba017c09ce5b
virsh: Implement vshTable API to pool-list

Local lengthy unicode-unreliable table formatting was replaced by new
API. Great example of how new API saves space and time.
Removed a lot of string lenght canculation used by the local table.

Signed-off-by: Simon Kobyda <skobyda@redhat.com>
tools/virsh-pool.c