 |
Kea
1.5.0
|
Implements the logic for processing commands pertaining to stat manipulation.
int statLease6GetHandler(hooks::CalloutHandle &handle)
stat-lease6-get command handler
Per-packet callout handle.
int stat_lease4_get(CalloutHandle &handle)
This is a command callout for 'stat-lease4-get' command.
int unload()
This function is called when the library is unloaded.
int stat_lease6_get(CalloutHandle &handle)
This is a command callout for 'stat-lease6-get' command.
int load(LibraryHandle &handle)
This function is called when the library is loaded.
isc::log::Logger stat_cmds_logger("stat-cmds-hooks")
void registerCommandCallout(const std::string &command_name, CalloutPtr callout)
Register control command handler.
int statLease4GetHandler(hooks::CalloutHandle &handle)
stat-lease4-get command handler
#define LOG_INFO(LOGGER, MESSAGE)
Macro to conveniently test info output and log it.