mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
build: fix missing initializer
Commit cb4aba9b6
forgot xenapi.
* src/xenapi/xenapi_driver.c (xenapiDriver): Adjust to recent API.
This commit is contained in:
parent
7708da38c7
commit
6afa49a987
@ -1868,6 +1868,7 @@ static virDriver xenapiDriver = {
|
||||
NULL, /* domainGetJobInfo */
|
||||
NULL, /* domainAbortJob */
|
||||
NULL, /* domainMigrateSetMaxDowntime */
|
||||
NULL, /* domainMigrateSetMaxSpeed */
|
||||
NULL, /* domainEventRegisterAny */
|
||||
NULL, /* domainEventDeregisterAny */
|
||||
NULL, /* domainManagedSave */
|
||||
|
Loading…
Reference in New Issue
Block a user