]> git.ipfire.org Git - thirdparty/libvirt.git/commit
snapshot: implement snapshot children listing in esx
authorEric Blake <eblake@redhat.com>
Mon, 3 Oct 2011 18:11:17 +0000 (12:11 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 10 Oct 2011 23:33:27 +0000 (17:33 -0600)
commit1c3e0eabce7461b9991e5b2940bed38b1fdde58a
treed255885e36adfb1b585de82b3a0570322f01c310
parent5907403716c93fbc261f0f1264240e8690943216
snapshot: implement snapshot children listing in esx

It was fairly trivial to return snapshot listing based on a
point in the hierarchy, rather than starting at all roots.

* src/esx/esx_driver.c (esxDomainSnapshotNumChildren)
(esxDomainSnapshotListChildrenNames): New functions.
src/esx/esx_driver.c