xenapi: Add managedsave entries to the driver struct

Commit 15c647a91e added the new
managedsave entries to all driver structs except the XenAPI one.
This commit is contained in:
Matthias Bolte 2010-04-04 18:23:52 +02:00
parent a44b23ba63
commit 905709500a

View File

@ -1783,6 +1783,9 @@ static virDriver xenapiDriver = {
NULL, /* domainMigrateSetMaxDowntime */
NULL, /* domainEventRegisterAny */
NULL, /* domainEventDeregisterAny */
NULL, /* domainManagedSave */
NULL, /* domainHasManagedSaveImage */
NULL, /* domainManagedSaveRemove */
};
/**