kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
|
Common configuration options for a database connection. More...
#include <Config.hpp>
Public Attributes | |
std::string | user |
std::string | password |
std::string | database |
Common configuration options for a database connection.
Definition at line 31 of file Config.hpp.
std::string ahri::Config::DBConfig::database |
Definition at line 35 of file Config.hpp.
std::string ahri::Config::DBConfig::password |
Definition at line 34 of file Config.hpp.
std::string ahri::Config::DBConfig::user |
Definition at line 33 of file Config.hpp.