]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
snapshots: Clarify comments on snapshot role
authorEric Blake <eblake@redhat.com>
Tue, 26 Jun 2018 00:16:04 +0000 (19:16 -0500)
committerEric Blake <eblake@redhat.com>
Tue, 26 Jun 2018 01:22:28 +0000 (20:22 -0500)
Give some more details on what a snapshot is good for, to make
it easier to distinguish from the role of upcoming additions for
incremental backups.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
include/libvirt/libvirt-domain-snapshot.h

index 0f73f24b2b2e257c1695dcb39180d47296c34330..20771f9b1ec453bcf85c55d104db3869b57b9f6d 100644 (file)
 /**
  * virDomainSnapshot:
  *
- * a virDomainSnapshot is a private structure representing a snapshot of
- * a domain.
+ * A virDomainSnapshot is a private structure representing a snapshot of
+ * a domain.  A snapshot captures the state of the domain at a point in
+ * time, with the intent that the guest can be reverted back to that
+ * state at a later time.
  */
 typedef struct _virDomainSnapshot virDomainSnapshot;
 
 /**
  * virDomainSnapshotPtr:
  *
- * a virDomainSnapshotPtr is pointer to a virDomainSnapshot private structure,
+ * A virDomainSnapshotPtr is pointer to a virDomainSnapshot private structure,
  * and is the type used to reference a domain snapshot in the API.
  */
 typedef virDomainSnapshot *virDomainSnapshotPtr;