![]() |
Kea 3.1.7
|
#include <config.h>#include <cc/command_interpreter.h>#include <dhcp/libdhcp++.h>#include <dhcp/option_custom.h>#include <dhcpsrv/cfgmgr.h>#include <dhcpsrv/dhcpsrv_log.h>#include <dhcpsrv/lease_mgr.h>#include <exceptions/exceptions.h>#include <stats/stats_mgr.h>#include <util/encode/encode.h>#include <util/str.h>#include <boost/algorithm/string.hpp>#include <algorithm>#include <iostream>#include <iterator>#include <limits>#include <map>#include <sstream>#include <string>#include <time.h>Go to the source code of this file.
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::dhcp |
Macros | |
| #define | STATE_MASK(new_state, old_state) |
| Creates a mask out of two states: new state and old state. | |
| #define STATE_MASK | ( | new_state, | |
| old_state ) |
Creates a mask out of two states: new state and old state.
Definition at line 1440 of file lease_mgr.cc.
Referenced by isc::dhcp::LeaseMgr::updateStatsOnUpdate(), and isc::dhcp::LeaseMgr::updateStatsOnUpdate().