2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#1400] Bumped hook version

This commit is contained in:
Francis Dupont
2020-09-25 14:14:26 +02:00
committed by Tomek Mrugalski
parent 19cfef7b06
commit 6dd24b0115

View File

@@ -12,8 +12,8 @@
namespace {
// Version 21 of the hooks framework, set for Kea 1.8.0
const int KEA_HOOKS_VERSION = 21;
// Version 21 of the hooks framework, set for Kea 1.9.0
const int KEA_HOOKS_VERSION = 10900;
// Names of the framework functions.
const char* const LOAD_FUNCTION_NAME = "load";