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

Daniel P. Berrange berrange at redhat.com
Wed Oct 21 19:03:41 UTC 2009


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
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list