summaryrefslogtreecommitdiffstats
path: root/src/hooks/dhcp/stat_cmds/stat_cmds_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hooks/dhcp/stat_cmds/stat_cmds_messages.h')
-rw-r--r--src/hooks/dhcp/stat_cmds/stat_cmds_messages.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/hooks/dhcp/stat_cmds/stat_cmds_messages.h b/src/hooks/dhcp/stat_cmds/stat_cmds_messages.h
new file mode 100644
index 0000000..988ad43
--- /dev/null
+++ b/src/hooks/dhcp/stat_cmds/stat_cmds_messages.h
@@ -0,0 +1,25 @@
+// File created from ../../../../src/hooks/dhcp/stat_cmds/stat_cmds_messages.mes
+
+#ifndef STAT_CMDS_MESSAGES_H
+#define STAT_CMDS_MESSAGES_H
+
+#include <log/message_types.h>
+
+extern const isc::log::MessageID STAT_CMDS_DEINIT_FAILED;
+extern const isc::log::MessageID STAT_CMDS_DEINIT_OK;
+extern const isc::log::MessageID STAT_CMDS_INIT_FAILED;
+extern const isc::log::MessageID STAT_CMDS_INIT_OK;
+extern const isc::log::MessageID STAT_CMDS_LEASE4_FAILED;
+extern const isc::log::MessageID STAT_CMDS_LEASE4_GET;
+extern const isc::log::MessageID STAT_CMDS_LEASE4_GET_FAILED;
+extern const isc::log::MessageID STAT_CMDS_LEASE4_GET_INVALID;
+extern const isc::log::MessageID STAT_CMDS_LEASE4_GET_NO_SUBNETS;
+extern const isc::log::MessageID STAT_CMDS_LEASE4_ORPHANED_STATS;
+extern const isc::log::MessageID STAT_CMDS_LEASE6_FAILED;
+extern const isc::log::MessageID STAT_CMDS_LEASE6_GET;
+extern const isc::log::MessageID STAT_CMDS_LEASE6_GET_FAILED;
+extern const isc::log::MessageID STAT_CMDS_LEASE6_GET_INVALID;
+extern const isc::log::MessageID STAT_CMDS_LEASE6_GET_NO_SUBNETS;
+extern const isc::log::MessageID STAT_CMDS_LEASE6_ORPHANED_STATS;
+
+#endif // STAT_CMDS_MESSAGES_H