mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-04 18:33:18 -05:00
Fix version numbers for isAlive and setKeepAlive driver APIs
This commit is contained in:
@@ -1293,7 +1293,7 @@ static virDriver hypervDriver = {
|
||||
.domainManagedSave = hypervDomainManagedSave, /* 0.9.5 */
|
||||
.domainHasManagedSaveImage = hypervDomainHasManagedSaveImage, /* 0.9.5 */
|
||||
.domainManagedSaveRemove = hypervDomainManagedSaveRemove, /* 0.9.5 */
|
||||
.isAlive = hypervIsAlive, /* 0.9.7 */
|
||||
.isAlive = hypervIsAlive, /* 0.9.8 */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user