]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
xenapi: Add managedsave entries to the driver struct
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 4 Apr 2010 16:23:52 +0000 (18:23 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 4 Apr 2010 16:23:52 +0000 (18:23 +0200)
Commit 15c647a91e8c5bcfcb02ac4e755160c5c99a2a1e added the new
managedsave entries to all driver structs except the XenAPI one.

src/xenapi/xenapi_driver.c

index dcfdc1e0832683be914128275583957017fb7c9f..240aa164152552424dbceca9ace41f2b5bfec926 100644 (file)
@@ -1783,6 +1783,9 @@ static virDriver xenapiDriver = {
     NULL, /* domainMigrateSetMaxDowntime */
     NULL, /* domainEventRegisterAny */
     NULL, /* domainEventDeregisterAny */
+    NULL, /* domainManagedSave */
+    NULL, /* domainHasManagedSaveImage */
+    NULL, /* domainManagedSaveRemove */
 };
 
 /**