2024-09-16 21:25:33 +03:00
|
|
|
// 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>
|
|
|
|
|
2024-09-18 12:20:29 +03:00
|
|
|
namespace isc {
|
|
|
|
namespace dhcp {
|
|
|
|
|
2024-09-16 21:25:33 +03:00
|
|
|
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;
|
|
|
|
|
2024-09-18 12:20:29 +03:00
|
|
|
} // namespace dhcp
|
|
|
|
} // namespace isc
|
|
|
|
|
2024-09-16 21:25:33 +03:00
|
|
|
#endif // MYSQL_LB_MESSAGES_H
|