[RFC] issues with the modules system

jra at dp.samba.org jra at dp.samba.org
Tue Apr 15 08:19:56 GMT 2003


On Tue, Apr 15, 2003 at 12:43:26AM +0200, Jelmer Vernooij wrote:
> Hi,
> 
> During dinner today I've discussed the current modules system with 
> metze. Here's the issues we saw with the current code:
> 
>  - undefined symbol errors (loading shared modules with support for
>  	subsystems not supported by the active utility, such as loading 
> 	passdb into nmbd)
>  - We currently mix BOOL and int, which is nasty

We could fix this on compilers that support it by
mapping BOOL to bool_t.
Should cause errors/warnings.

Jeremy.


More information about the samba-technical mailing list