]> git.ipfire.org Git - thirdparty/libvirt.git/commit
list: use the new snapshot API in virsh when possible
authorEric Blake <eblake@redhat.com>
Fri, 8 Jun 2012 22:00:43 +0000 (16:00 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 19 Jun 2012 19:50:03 +0000 (13:50 -0600)
commita7f7bf02fd86ed7e4fff2e898ea69316bb30e59c
tree21b005a882982e43df2bf9dc949b93fb2ff8b0d9
parent37bb0447bb5e585fd0171b30628abd313a0b1e64
list: use the new snapshot API in virsh when possible

Using the new API is so much shorter than the rest of the remainder
of the function.

* tools/virsh.c (vshSnapshotList): Use the new API.
tools/virsh.c