summaryrefslogtreecommitdiffstats
path: root/src/hooks/dhcp/user_chk/user_chk_messages.h
blob: d5aa6211ea4b04ea83573fee945d3c8a280fff1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// File created from ../../../../src/hooks/dhcp/user_chk/user_chk_messages.mes

#ifndef USER_CHK_MESSAGES_H
#define USER_CHK_MESSAGES_H

#include <log/message_types.h>

extern const isc::log::MessageID USER_CHK_HOOK_LOAD_ERROR;
extern const isc::log::MessageID USER_CHK_HOOK_UNLOAD_ERROR;
extern const isc::log::MessageID USER_CHK_SUBNET4_SELECT_ERROR;
extern const isc::log::MessageID USER_CHK_SUBNET4_SELECT_REGISTRY_NULL;
extern const isc::log::MessageID USER_CHK_SUBNET6_SELECT_ERROR;
extern const isc::log::MessageID USER_CHK_SUBNET6_SELECT_REGISTRY_NULL;

#endif // USER_CHK_MESSAGES_H