kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
common_vars.hpp
Go to the documentation of this file.
1
5#pragma once
6
7#include <memory>
8
9#include <asiolink/io_service.h>
10#include <log/logger.h>
11
12#include "Config.hpp"
13
14namespace ahri
15{
17namespace globals
18{
19 extern std::unique_ptr<ahri::Config> config;
20 extern isc::log::Logger logger;
21} // namespace globals
22} // namespace ahri
std::unique_ptr< ahri::Config > config
Definition: init.cpp:27
isc::log::Logger logger
Definition: init.cpp:28