[libvirt] [PATCH 01/10] conf: snapshot: fix comment in _virDomainSnapshotDef

Nikolay Shirokovskiy nshirokovskiy at virtuozzo.com
Thu Dec 27 10:20:43 UTC 2018


Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy at virtuozzo.com>
---
 src/conf/snapshot_conf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/snapshot_conf.h b/src/conf/snapshot_conf.h
index 5ac1ba7..7c15d15 100644
--- a/src/conf/snapshot_conf.h
+++ b/src/conf/snapshot_conf.h
@@ -66,7 +66,7 @@ struct _virDomainSnapshotDef {
     long long creationTime; /* in seconds */
     int state; /* virDomainSnapshotState */
 
-    int memory; /* virDomainMemorySnapshot */
+    int memory; /* virDomainSnapshotLocation */
     char *file; /* memory state file when snapshot is external */
 
     size_t ndisks; /* should not exceed dom->ndisks */
-- 
1.8.3.1




More information about the libvir-list mailing list