2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[master] Merge branch 'trac4208'

This commit is contained in:
Stephen Morris 2015-11-30 19:49:50 +00:00
commit bf6f3d4956

View File

@ -20,8 +20,8 @@
namespace { namespace {
// Version 2 of the hooks framework. // Version 3 of the hooks framework, set for Kea 1.0.
const int KEA_HOOKS_VERSION = 2; const int KEA_HOOKS_VERSION = 3;
// Names of the framework functions. // Names of the framework functions.
const char* const LOAD_FUNCTION_NAME = "load"; const char* const LOAD_FUNCTION_NAME = "load";