2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[#3536] moved from lib to hooks

This commit is contained in:
Razvan Becheriu
2024-09-13 21:16:17 +03:00
parent d904a18699
commit 379ec3ec0a
59 changed files with 397 additions and 416 deletions

View File

@@ -48,13 +48,13 @@
#include <util/multi_threading_mgr.h>
#ifdef HAVE_MYSQL
#include <mysql_lease_backend/mysql_lease_mgr.h>
#include <mysql_host_backend/mysql_host_data_source.h>
#include <hooks/dhcp/mysql_lb/mysql_lease_mgr.h>
#include <hooks/dhcp/mysql_hb/mysql_host_data_source.h>
#endif
#ifdef HAVE_PGSQL
#include <pgsql_lease_backend/pgsql_lease_mgr.h>
#include <pgsql_host_backend/pgsql_host_data_source.h>
#include <hooks/dhcp/pgsql_lb/pgsql_lease_mgr.h>
#include <hooks/dhcp/pgsql_hb/pgsql_host_data_source.h>
#endif
#include <boost/algorithm/string.hpp>