OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
agent_route_walker.cc File Reference
#include <assert.h>
#include <cmn/agent_cmn.h>
#include <route/route.h>
#include <vnc_cfg_types.h>
#include <agent_types.h>
#include <cmn/agent_db.h>
#include <oper/agent_route_walker.h>
#include <oper/vrf.h>
#include <oper/agent_route.h>
#include <sandesh/sandesh.h>
#include <sandesh/sandesh_types.h>
#include <sandesh/sandesh_trace.h>
#include <sandesh/common/vns_constants.h>
Include dependency graph for agent_route_walker.cc:

Go to the source code of this file.

Functions

SandeshTraceBufferPtr AgentDBwalkTraceBuf (SandeshTraceBufferCreate(AGENT_DBWALK_TRACE_BUF, 1000))
 
static void RemoveWalkReferencesInRoutetable (RouteWalkerDBState::AgentRouteWalkerRefMapIter &it, RouteWalkerDBState *state)
 
void intrusive_ptr_add_ref (AgentRouteWalker *w)
 
void intrusive_ptr_release (AgentRouteWalker *w)
 

Function Documentation

void intrusive_ptr_add_ref ( AgentRouteWalker w)

Definition at line 463 of file agent_route_walker.cc.

void intrusive_ptr_release ( AgentRouteWalker w)

Definition at line 467 of file agent_route_walker.cc.

static void RemoveWalkReferencesInRoutetable ( RouteWalkerDBState::AgentRouteWalkerRefMapIter it,
RouteWalkerDBState state 
)
static

Definition at line 27 of file agent_route_walker.cc.