OpenSDN source code
PeerCloseManager::Event Struct Reference

Public Member Functions

 Event (EventType event_type, bool graceful)
 
 Event (EventType event_type, Address::Family family)
 
 Event (EventType event_type)
 
 Event ()
 

Public Attributes

EventType event_type
 
bool graceful
 
Address::Family family
 

Detailed Description

Definition at line 109 of file peer_close_manager.h.

Constructor & Destructor Documentation

◆ Event() [1/4]

PeerCloseManager::Event::Event ( EventType  event_type,
bool  graceful 
)
inline

Definition at line 110 of file peer_close_manager.h.

◆ Event() [2/4]

PeerCloseManager::Event::Event ( EventType  event_type,
Address::Family  family 
)
inline

Definition at line 113 of file peer_close_manager.h.

◆ Event() [3/4]

PeerCloseManager::Event::Event ( EventType  event_type)
inlineexplicit

Definition at line 116 of file peer_close_manager.h.

◆ Event() [4/4]

PeerCloseManager::Event::Event ( )
inline

Definition at line 119 of file peer_close_manager.h.

Member Data Documentation

◆ event_type

EventType PeerCloseManager::Event::event_type

Definition at line 122 of file peer_close_manager.h.

◆ family

Address::Family PeerCloseManager::Event::family

Definition at line 124 of file peer_close_manager.h.

◆ graceful

bool PeerCloseManager::Event::graceful

Definition at line 123 of file peer_close_manager.h.


The documentation for this struct was generated from the following file: