|
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 | |
Public Types inherited from AgentRouteWalker | |
| typedef boost::function< void()> | WalkDone |
| typedef boost::function< void(VrfEntry *)> | RouteWalkDoneCb |
| typedef std::map< const VrfEntry *, tbb::atomic< int > > | VrfRouteWalkCountMap |
Static Public Attributes inherited from AgentRouteWalker | |
| static const int | kInvalidWalkCount = 0 |
Protected Member Functions inherited from AgentRouteWalker | |
| 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 |