Kea
1.9.9-git
|
State machine configuration information. More...
#include <ha_config.h>
Public Member Functions | |
StateMachineConfig () | |
Constructor. More... | |
StateConfigPtr | getStateConfig (const int state) |
Returns pointer to the state specific configuration. More... | |
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 287 of file ha_config.h.
|
inline |
Constructor.
Definition at line 291 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 148 of file ha_config.cc.