diff options
Diffstat (limited to 'src/hooks/dhcp/bootp/bootp_messages.h')
-rw-r--r-- | src/hooks/dhcp/bootp/bootp_messages.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/hooks/dhcp/bootp/bootp_messages.h b/src/hooks/dhcp/bootp/bootp_messages.h new file mode 100644 index 0000000..6333b22 --- /dev/null +++ b/src/hooks/dhcp/bootp/bootp_messages.h @@ -0,0 +1,16 @@ +// File created from ../../../../src/hooks/dhcp/bootp/bootp_messages.mes + +#ifndef BOOTP_MESSAGES_H +#define BOOTP_MESSAGES_H + +#include <log/message_types.h> + +extern const isc::log::MessageID BOOTP_BOOTP_QUERY; +extern const isc::log::MessageID BOOTP_LOAD; +extern const isc::log::MessageID BOOTP_PACKET_OPTIONS_SKIPPED; +extern const isc::log::MessageID BOOTP_PACKET_PACK; +extern const isc::log::MessageID BOOTP_PACKET_PACK_FAIL; +extern const isc::log::MessageID BOOTP_PACKET_UNPACK_FAILED; +extern const isc::log::MessageID BOOTP_UNLOAD; + +#endif // BOOTP_MESSAGES_H |