OpenSDN source code
|
#include <flow_mgmt_entry.h>
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (BgpAsAServiceFlowMgmtEntry) | |
Additional Inherited Members | |
![]() | |
enum | State { INVALID, OPER_NOT_SEEN, OPER_ADD_SEEN, OPER_DEL_SEEN } |
typedef boost::intrusive::member_hook < FlowMgmtKeyNode, boost::intrusive::list_member_hook <>,&FlowMgmtKeyNode::hook_ > | Node |
typedef boost::intrusive::list < FlowMgmtKeyNode, Node > | FlowList |
![]() | |
static const int | MaxResponses = 100 |
![]() | |
State | oper_state_ |
uint32_t | gen_id_ |
FlowList | flow_list_ |
Definition at line 225 of file flow_mgmt_entry.h.
|
inline |
Definition at line 227 of file flow_mgmt_entry.h.
|
inlinevirtual |
Definition at line 228 of file flow_mgmt_entry.h.
|
private |
|
virtual |
|
virtual |
Reimplemented from FlowMgmtEntry.
Definition at line 200 of file flow_mgmt_entry.cc.