OpenSDN source code
|
#include <hbf.h>
Static Public Member Functions | |
static void | WalkDone (HBFVrfWalker *walker) |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (HBFVrfWalker) | |
Private Attributes | |
uint32_t | hbf_intf_ |
bool | hbf_lintf_ |
std::string | projname_ |
Additional Inherited Members | |
![]() | |
typedef boost::function< void()> | WalkDone |
typedef boost::function< void(VrfEntry *)> | RouteWalkDoneCb |
typedef std::map< const VrfEntry *, tbb::atomic< int > > | VrfRouteWalkCountMap |
![]() | |
static const int | kInvalidWalkCount = 0 |
![]() | |
AgentRouteWalker (const std::string &name, Agent *agent) | |
void | set_mgr (AgentRouteWalkerManager *mgr) |
HBFVrfWalker::HBFVrfWalker | ( | const std::string & | name, |
Agent * | agent | ||
) |
|
private |
void HBFVrfWalker::Start | ( | uint32_t | hbf_intf_, |
bool | hbf_lintf_, | ||
std::string | projname | ||
) |
|
virtual |
Reimplemented from AgentRouteWalker.
Definition at line 128 of file hbf.cc.
|
inlinestatic |