2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-24 18:57:41 +00:00
kea/src/hooks/dhcp/mysql/mysql_lb_messages.h

19 lines
424 B
C
Raw Normal View History

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