summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/alloc_engine_messages.h
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2022-02-11 14:20:40 +0100
committerRazvan Becheriu <razvan@isc.org>2022-02-17 18:50:29 +0100
commit163efdff92ab79bba0f8f4f1cff9930e90d91d82 (patch)
treef80c3fafdb747e88e3514b02de5d8fff626e8e51 /src/lib/dhcpsrv/alloc_engine_messages.h
parent[#2288] added ChangeLog (diff)
downloadkea-163efdff92ab79bba0f8f4f1cff9930e90d91d82.tar.xz
kea-163efdff92ab79bba0f8f4f1cff9930e90d91d82.zip
[#2054] added stats counter for allocation failures
Diffstat (limited to 'src/lib/dhcpsrv/alloc_engine_messages.h')
-rw-r--r--src/lib/dhcpsrv/alloc_engine_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/alloc_engine_messages.h b/src/lib/dhcpsrv/alloc_engine_messages.h
index d432c1f2cc..22e144a35d 100644
--- a/src/lib/dhcpsrv/alloc_engine_messages.h
+++ b/src/lib/dhcpsrv/alloc_engine_messages.h
@@ -44,6 +44,7 @@ extern const isc::log::MessageID ALLOC_ENGINE_V4_REQUEST_USE_HR;
extern const isc::log::MessageID ALLOC_ENGINE_V4_REUSE_EXPIRED_LEASE_DATA;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_ERROR;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL;
+extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL_CLASSES;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL_NO_POOLS;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL_SHARED_NETWORK;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET;