16 const int KEA_HOOKS_VERSION = 10908;
19 const char*
const LOAD_FUNCTION_NAME =
"load";
20 const char*
const UNLOAD_FUNCTION_NAME =
"unload";
21 const char*
const VERSION_FUNCTION_NAME =
"version";
22 const char*
const MULTI_THREADING_COMPATIBLE_FUNCTION_NAME =
23 "multi_threading_compatible";
26 typedef int (*version_function_ptr)();
28 typedef int (*unload_function_ptr)();
29 typedef int (*multi_threading_compatible_function_ptr)();
void hooksStaticLinkInit()
User-Library Initialization for Statically-Linked Kea.
Defines the logger used by the top-level component of kea-dhcp-ddns.