[libvirt] [PATCH 3/7] Introduce a virDomainOpenConsole API

Soren Hansen soren at ubuntu.com
Wed Aug 25 12:20:15 UTC 2010


On 17-08-2010 19:02, Daniel P. Berrange wrote:
> diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
> index 849c163..2863e63 100644
> --- a/src/libvirt_public.syms
> +++ b/src/libvirt_public.syms
> @@ -405,4 +405,9 @@ LIBVIRT_0.8.2 {
>          virDomainCreateWithFlags;
>  } LIBVIRT_0.8.1;
>
> +LIBVIRT_0.8.3 {
> +    global:
> +        virDomainOpenConsole;
> +} LIBVIRT_0.8.2;
> +

I think this should have read:

+LIBVIRT_0.8.4 {
+    global:
+        virDomainOpenConsole;
+} LIBVIRT_0.8.2;
+

..since 0.8.3 is already out the door.

-- 
Soren Hansen
Ubuntu Developer
http://www.ubuntu.com/




More information about the libvir-list mailing list