16const int KEA_HOOKS_VERSION = 20704;
19const char*
const LOAD_FUNCTION_NAME =
"load";
20const char*
const UNLOAD_FUNCTION_NAME =
"unload";
21const char*
const VERSION_FUNCTION_NAME =
"version";
22const char*
const MULTI_THREADING_COMPATIBLE_FUNCTION_NAME =
23 "multi_threading_compatible";
26typedef int (*version_function_ptr)();
28typedef int (*unload_function_ptr)();
29typedef 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-lfc.