Kea
2.7.5
config_report.h
Go to the documentation of this file.
1
// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
2
//
3
// This Source Code Form is subject to the terms of the Mozilla Public
4
// License, v. 2.0. If a copy of the MPL was not distributed with this
5
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7
#ifndef CONFIG_REPORT_H
8
#define CONFIG_REPORT_H
9
10
#include <string>
11
12
namespace
isc
{
13
namespace
detail {
14
15
extern
const
char
*
const
config_report
[];
16
17
// The config_report array ends with an empty line ("")
18
// Each line before this final one starts with four semicolons (;;;;)
19
// in order to be easy to extract from binaries.
20
std::string
getConfigReport
();
21
22
}
23
}
24
25
#endif
// CONFIG_REPORT_H
isc::detail::getConfigReport
std::string getConfigReport()
Definition
cfgrpt.cc:20
isc::detail::config_report
const char *const config_report[]
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
process
cfgrpt
config_report.h
Generated on Wed Nov 20 2024 11:53:25 for Kea by
1.10.0