2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

[#1060] Hooks version bumped to 12.

This commit is contained in:
Tomek Mrugalski 2019-12-16 16:28:42 +01:00
parent 2695b14822
commit 6777941043

View File

@ -12,8 +12,8 @@
namespace {
// Version 10 of the hooks framework, set for Kea 1.7.1
const int KEA_HOOKS_VERSION = 11;
// Version 10 of the hooks framework, set for Kea 1.7.3
const int KEA_HOOKS_VERSION = 12;
// Names of the framework functions.
const char* const LOAD_FUNCTION_NAME = "load";