Kea 2.7.5
|
State machine configuration information. More...
#include <ha_config.h>
Public Member Functions | |
StateMachineConfig () | |
Constructor. | |
StateConfigPtr | getStateConfig (const int state) |
Returns pointer to the state specific configuration. | |
State machine configuration information.
Currently it merely contains a collection of states specific configurations. In the future it may also contain global state machine configuration parameters.
Definition at line 300 of file ha_config.h.
|
inline |
Constructor.
Definition at line 304 of file ha_config.h.
HAConfig::StateConfigPtr isc::ha::HAConfig::StateMachineConfig::getStateConfig | ( | const int | state | ) |
Returns pointer to the state specific configuration.
If requested configuration doesn't exist yet, it is created.
state | identifier of the state for which configuration object should be returned. |
Definition at line 151 of file ha_config.cc.