As a result of review.
# Specify the headers for copying into the installation directory tree.
libkea_asiodns_includedir = $(pkgincludedir)/asiodns
libkea_asiodns_include_HEADERS = \
+ asiodns_messages.h \
io_fetch.h \
logger.h
dbaccess_parser.h \
db_exceptions.h \
db_log.h \
- db_messages.h
+ db_messages.h \
+ server_selector.h
+++ /dev/null
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
-//
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-#include <config.h>
-#include <database/database_log.h>
-
-namespace isc {
-namespace db {
-
-isc::log::Logger database_logger("database");
-
-} // end of namespace db
-} // end of namespace isc
+++ /dev/null
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
-//
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-#ifndef DATABASE_LOG_H
-#define DATABASE_LOG_H
-
-#include <databaae/db_messages.h>
-#include <log/macros.h>
-
-namespace isc {
-namespace db {
-
-/// @brief Common database library logger.
-extern isc::log::Logger database_logger;
-
-} // end of namespace isc::db
-} // end of namespace isc
-
-#endif // DATABASE_LOG_H
cache_host_data_source.h \
callout_handle_store.h \
cfg_4o6.h \
+ cfg_consistency.h \
cfg_db_access.h \
cfg_duid.h \
cfg_expiration.h \
d2_client_mgr.h \
db_type.h \
dhcp4o6_ipc.h \
+ dhcpsrv_log.h \
dhcpsrv_messages.h \
host.h \
host_container.h \
network.h \
network_state.h \
pool.h \
+ sanity_checker.h \
shared_network.h \
srv_config.h \
subnet.h \
parsers/ifaces_config_parser.h \
parsers/option_data_parser.h \
parsers/dhcp_queue_control_parser.h \
+ parsers/sanity_checks_parser.h \
parsers/shared_network_parser.h \
parsers/shared_networks_list_parser.h \
parsers/simple_parser4.h \
# Specify the headers for copying into the installation directory tree.
libkea_process_includedir = $(pkgincludedir)/process
libkea_process_include_HEADERS = \
+ config_base.h \
config_ctl_info.h \
config_ctl_parser.h \
+ daemon.h \
d_cfg_mgr.h \
d_controller.h \
d_log.h \
d_process.h \
io_service_signal.h \
+ logging_info.h \
+ log_parser.h \
process_messages.h