16const int KEA_HOOKS_VERSION = 8;
19const char*
const LOAD_FUNCTION_NAME =
"load";
20const char*
const UNLOAD_FUNCTION_NAME =
"unload";
21const char*
const VERSION_FUNCTION_NAME =
"version";
24typedef int (*version_function_ptr)();
26typedef 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.