mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-24 18:57:41 +00:00
13 lines
350 B
C
13 lines
350 B
C
|
// File created from ../../../../src/hooks/dhcp/mysql_lb/mysql_lb_messages.mes
|
||
|
|
||
|
#ifndef MYSQL_LB_MESSAGES_H
|
||
|
#define MYSQL_LB_MESSAGES_H
|
||
|
|
||
|
#include <log/message_types.h>
|
||
|
|
||
|
extern const isc::log::MessageID MYSQL_LB_DB;
|
||
|
extern const isc::log::MessageID MYSQL_LB_DEINIT_OK;
|
||
|
extern const isc::log::MessageID MYSQL_LB_INIT_OK;
|
||
|
|
||
|
#endif // MYSQL_LB_MESSAGES_H
|