[libvirt] [PATCH 2/3] New APIs for checking some object properties

Matthias Bolte matthias.bolte at googlemail.com
Wed Oct 21 19:51:43 UTC 2009


2009/10/21 Daniel P. Berrange <berrange at redhat.com>:
> On Wed, Oct 21, 2009 at 08:56:25PM +0200, Matthias Bolte wrote:
>> 2009/10/21 Daniel P. Berrange <berrange at redhat.com>:
>>
>> [...]
>> > diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
>> > index 8921c1a..62fa6cf 100644
>> > --- a/src/libvirt_public.syms
>> > +++ b/src/libvirt_public.syms
>> > @@ -329,4 +329,17 @@ LIBVIRT_0.7.2 {
>> >        virDomainMigrateToURI;
>> >  } LIBVIRT_0.7.1;
>> >
>> > +LIBVIRT_0.7.4 {
>> > +    global:
>> > +       virConnectIsEncrypted;
>> > +       virConnectIsSecure;
>> > +       virDomainIsActive;
>> > +       virDomainIsPersistent;
>> > +       virNetworkIsActive;
>> > +       virNetworkIsPersistent;
>> > +       virStoragePoolIsActive;
>> > +       virStoragePoolIsPersistent;
>> > +       virInterfaceIsActive;
>> > +} LIBVIRT_0.7.2;
>> > +
>> >  # .... define new API here using predicted next version number ....
>>
>> Shouldn't that be LIBVIRT_0.7.3 instead of LIBVIRT_0.7.4?
>
> No, in the symbol file the named versions need to be
> continuous. So since there were no new APIs in 0.7.3,
> we go from 0.7.2 straight to 0.7.4 directly.
>
>
> Daniel

AFAIK there was no 0.7.3 release yet. Did I miss something?

Matthias




More information about the libvir-list mailing list