![]() |
Kea
1.5.0
|
#include <ha_config.h>#include <ha_service_states.h>#include <asiolink/interval_timer.h>#include <asiolink/io_service.h>#include <dhcp/pkt.h>#include <boost/date_time/posix_time/posix_time.hpp>#include <boost/function.hpp>#include <boost/shared_ptr.hpp>#include <map>#include <set>#include <string>
Include dependency graph for communication_state.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | isc::ha::CommunicationState |
| Holds communication state between the two HA peers. More... | |
| class | isc::ha::CommunicationState4 |
| Holds communication state between DHCPv4 servers. More... | |
| class | isc::ha::CommunicationState6 |
| Holds communication state between DHCPv6 servers. More... | |
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::ha | |
Typedefs | |
| typedef boost::shared_ptr< CommunicationState4 > | isc::ha::CommunicationState4Ptr |
Pointer to the CommunicationState4 object. More... | |
| typedef boost::shared_ptr< CommunicationState6 > | isc::ha::CommunicationState6Ptr |
Pointer to the CommunicationState6 object. More... | |
| typedef boost::shared_ptr< CommunicationState > | isc::ha::CommunicationStatePtr |
Type of the pointer to the CommunicationState object. More... | |