OpenSDN source code
|
#include <route_ksync.h>
Public Types | |
typedef DBTableWalker::WalkId | RouteWalkerIdList [Agent::ROUTE_TABLE_MAX] |
![]() | |
typedef boost::function< void()> | WalkDone |
typedef boost::function< void(VrfEntry *)> | RouteWalkDoneCb |
typedef std::map< const VrfEntry *, tbb::atomic< int > > | VrfRouteWalkCountMap |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (KSyncRouteWalker) | |
Private Attributes | |
VrfKSyncObject::VrfState * | state_ |
bool | marked_for_deletion_ |
Additional Inherited Members | |
![]() | |
static const int | kInvalidWalkCount = 0 |
![]() | |
AgentRouteWalker (const std::string &name, Agent *agent) | |
void | set_mgr (AgentRouteWalkerManager *mgr) |
Definition at line 278 of file route_ksync.h.
typedef DBTableWalker::WalkId KSyncRouteWalker::RouteWalkerIdList[Agent::ROUTE_TABLE_MAX] |
Definition at line 280 of file route_ksync.h.
KSyncRouteWalker::KSyncRouteWalker | ( | Agent * | agent, |
VrfKSyncObject::VrfState * | state | ||
) |
Definition at line 1318 of file route_ksync.cc.
|
virtual |
Definition at line 1323 of file route_ksync.cc.
|
private |
void KSyncRouteWalker::EnqueueDelete | ( | ) |
void KSyncRouteWalker::NotifyRoutes | ( | VrfEntry * | vrf | ) |
|
virtual |
Reimplemented from AgentRouteWalker.
Definition at line 1337 of file route_ksync.cc.
|
private |
Definition at line 290 of file route_ksync.h.
|
private |
Definition at line 289 of file route_ksync.h.