[Libvir] Patch: export virConf* symbols

Daniel P. Berrange berrange at redhat.com
Wed Feb 28 17:09:41 UTC 2007


On Wed, Feb 28, 2007 at 04:29:14PM +0000, Richard W.M. Jones wrote:
> 
> The standalone parts of libvirt (particularly libvirtd) use the 
> configuration mini-lib.

We can change these to be exported with a leading underscore, and
add macros in the private src/conf.h  like

  #define virConfGetValue(c, v)  _virConfGetValue(c, v)

That lets code in the libvirt tree access the symbols normally,
while making it clear to out-of-tree people that these are private
symbols.

Regards,
Dan.
-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
|=-           Perl modules: http://search.cpan.org/~danberr/              -=|
|=-               Projects: http://freshmeat.net/~danielpb/               -=|
|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=| 




More information about the libvir-list mailing list