[libvirt] RFC: API additions for enhanced snapshot support

Eric Blake eblake at redhat.com
Mon Jun 20 22:45:53 UTC 2011


On 06/15/2011 11:41 PM, Eric Blake wrote:
> /* Opaque type to manage a snapshot of a single storage volume.  */
> typedef virStorageVolSnapshotPtr;
> 
> /* Create a snapshot of a storage volume.  XML is optional, if non-NULL,
> it would be a new top-level element <volsnapshot> which is similar to
> the top-level <domainsnapshot> for virDomainSnapshotCreateXML, to
> specify name and description. Flags is 0 for now. */
> virStorageVolSnapshotPtr virDomainSnapshotCreateXML(virStorageVolPtr
> vol, const char *xml, unsigned int flags);

Copy-and-paste error; should be:

virStorageVolSnapshotPtr virStorageVolSnapshotCreateXML(virStorageVolPtr
vol, const char *xml, unsigned int flags);

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110620/fb1baaaa/attachment-0001.sig>


More information about the libvir-list mailing list