mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
a44b23ba63
commit
905709500a
src/xenapi
|
@ -1783,6 +1783,9 @@ static virDriver xenapiDriver = {
|
|||
NULL, /* domainMigrateSetMaxDowntime */
|
||||
NULL, /* domainEventRegisterAny */
|
||||
NULL, /* domainEventDeregisterAny */
|
||||
NULL, /* domainManagedSave */
|
||||
NULL, /* domainHasManagedSaveImage */
|
||||
NULL, /* domainManagedSaveRemove */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue