From 6afa49a987d8dade58c956636f6c5f2077a52dc0 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 22 Mar 2011 14:36:46 -0600 Subject: [PATCH] build: fix missing initializer Commit cb4aba9b6 forgot xenapi. * src/xenapi/xenapi_driver.c (xenapiDriver): Adjust to recent API. --- src/xenapi/xenapi_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xenapi/xenapi_driver.c b/src/xenapi/xenapi_driver.c index e2d4dd364a..27206a0bef 100644 --- a/src/xenapi/xenapi_driver.c +++ b/src/xenapi/xenapi_driver.c @@ -1868,6 +1868,7 @@ static virDriver xenapiDriver = { NULL, /* domainGetJobInfo */ NULL, /* domainAbortJob */ NULL, /* domainMigrateSetMaxDowntime */ + NULL, /* domainMigrateSetMaxSpeed */ NULL, /* domainEventRegisterAny */ NULL, /* domainEventDeregisterAny */ NULL, /* domainManagedSave */ -- GitLab