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