summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/alloc_engine_messages.h
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2019-10-28 02:01:10 +0100
committerTomek Mrugalski <tomek@isc.org>2019-10-28 02:04:57 +0100
commit3661933316561f9d680244a89564614d6d873f56 (patch)
treeb8c014a1b32b043af5b7d46d24f57c2234211d4a /src/lib/dhcpsrv/alloc_engine_messages.h
parentAdd log message containing classes during allocation failure (diff)
downloadkea-3661933316561f9d680244a89564614d6d873f56.tar.xz
kea-3661933316561f9d680244a89564614d6d873f56.zip
[#752] Updated alloc_engine_messages.mes
Diffstat (limited to 'src/lib/dhcpsrv/alloc_engine_messages.h')
-rw-r--r--src/lib/dhcpsrv/alloc_engine_messages.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/alloc_engine_messages.h b/src/lib/dhcpsrv/alloc_engine_messages.h
index 9f7a72108f..acf8318bc3 100644
--- a/src/lib/dhcpsrv/alloc_engine_messages.h
+++ b/src/lib/dhcpsrv/alloc_engine_messages.h
@@ -1,4 +1,4 @@
-// File created from ../../../src/lib/dhcpsrv/alloc_engine_messages.mes on Fri Feb 08 2019 20:31
+// File created from ../../../src/lib/dhcpsrv/alloc_engine_messages.mes on Mon Oct 28 2019 01:43
#ifndef ALLOC_ENGINE_MESSAGES_H
#define ALLOC_ENGINE_MESSAGES_H
@@ -12,6 +12,7 @@ extern const isc::log::MessageID ALLOC_ENGINE_LEASE_RECLAIMED;
extern const isc::log::MessageID ALLOC_ENGINE_REMOVAL_NCR_FAILED;
extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_ERROR;
extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL;
+extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL_CLASSES;
extern const isc::log::MessageID ALLOC_ENGINE_V4_DECLINED_RECOVERED;
extern const isc::log::MessageID ALLOC_ENGINE_V4_DISCOVER_ADDRESS_CONFLICT;
extern const isc::log::MessageID ALLOC_ENGINE_V4_DISCOVER_HR;