[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Libvir] Patch: export virConf* symbols
- From: "Daniel P. Berrange" <berrange redhat com>
- To: "Richard W.M. Jones" <rjones redhat com>
- Cc: libvir-list <libvir-list redhat com>
- Subject: Re: [Libvir] Patch: export virConf* symbols
- Date: Wed, 28 Feb 2007 17:09:41 +0000
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 -=|
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]