On Sun, Apr 04, 2010 at 06:29:21PM +0200, Matthias Bolte wrote:
> Commit 15c647a91e8c5bcfcb02ac4e755160c5c99a2a1e added the new
> managedsave entries to all driver structs except the XenAPI one.
> ---
> 
> I just pushed this patch.
> 
>  src/xenapi/xenapi_driver.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/src/xenapi/xenapi_driver.c b/src/xenapi/xenapi_driver.c
> index dcfdc1e..240aa16 100644
> --- a/src/xenapi/xenapi_driver.c
> +++ b/src/xenapi/xenapi_driver.c
> @@ -1783,6 +1783,9 @@ static virDriver xenapiDriver = {
>      NULL, /* domainMigrateSetMaxDowntime */
>      NULL, /* domainEventRegisterAny */
>      NULL, /* domainEventDeregisterAny */
> +    NULL, /* domainManagedSave */
> +    NULL, /* domainHasManagedSaveImage */
> +    NULL, /* domainManagedSaveRemove */
>  };

  Whoops, thanks !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
[email protected]  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to