mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
71db46ea66
Both subsystems and modules can now have init functions, which can be
specified in .mk files (INIT_FUNCTION = ...)
The build system will define :
- SUBSYSTEM_init_static_modules that calls the init functions of all statically compiled modules. Failing to load will generate an error which is not fatal
- BINARY_init_subsystems that calls the init functions (if defined) for the subsystems the binary depends on
This removes the hack with the "static bool Initialised = " and the
"lazy_init" functions
(This used to be commit
|
||
---|---|---|
.. | ||
common | ||
dcom | ||
drsuapi | ||
echo | ||
epmapper | ||
lsa | ||
netlogon | ||
remote | ||
samr | ||
spoolss | ||
srvsvc | ||
winreg | ||
wkssvc | ||
config.m4 | ||
config.mk | ||
dcerpc_server.c | ||
dcerpc_server.h | ||
dcerpc_sock.c | ||
dcesrv_auth.c | ||
handles.c |