![]() |
Kea 2.7.7
|
#include <asiolink/asiolink.h>
#include <asiolink/asio_wrapper.h>
#include <asiolink/unix_domain_socket.h>
#include <asiolink/unix_domain_socket_acceptor.h>
#include <cc/cfg_to_element.h>
#include <cc/user_context.h>
Go to the source code of this file.
Classes | |
class | isc::config::UnixCommandConfig |
UNIX command config aka UNIX control socket info class. More... | |
struct | isc::config::UnixSocketInfo |
Structure used to store UNIX connection data. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::config |
Typedefs | |
typedef boost::shared_ptr< UnixCommandConfig > | isc::config::UnixCommandConfigPtr |
Pointer to a UnixCommandConfig object. | |
typedef boost::shared_ptr< UnixSocketInfo > | isc::config::UnixSocketInfoPtr |
Pointer to a UnixSocketInfo object. | |