mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: drop virCapsPtr param from snapshot & checkpoint APIs
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -54,7 +54,7 @@ testCompareXMLToXMLFiles(const char *inxml,
|
||||
if (virTestLoadFile(outxml, &outXmlData) < 0)
|
||||
goto cleanup;
|
||||
|
||||
if (!(def = virDomainSnapshotDefParseString(inXmlData, driver.caps,
|
||||
if (!(def = virDomainSnapshotDefParseString(inXmlData,
|
||||
driver.xmlopt, NULL, &cur,
|
||||
parseflags)))
|
||||
goto cleanup;
|
||||
@@ -69,7 +69,7 @@ testCompareXMLToXMLFiles(const char *inxml,
|
||||
def->state = VIR_DOMAIN_RUNNING;
|
||||
}
|
||||
|
||||
if (!(actual = virDomainSnapshotDefFormat(uuid, def, driver.caps,
|
||||
if (!(actual = virDomainSnapshotDefFormat(uuid, def,
|
||||
driver.xmlopt,
|
||||
formatflags)))
|
||||
goto cleanup;
|
||||
|
||||
Reference in New Issue
Block a user