OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
agent.cc File Reference
#include <algorithm>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include <base/logging.h>
#include <base/lifetime.h>
#include <base/misc_utils.h>
#include <io/event_manager.h>
#include <ifmap/ifmap_link.h>
#include <cmn/agent_cmn.h>
#include <vnc_cfg_types.h>
#include <agent_types.h>
#include <base/sandesh/task_types.h>
#include <init/agent_param.h>
#include <cmn/agent_signal.h>
#include <cfg/cfg_init.h>
#include <cfg/cfg_mirror.h>
#include <cmn/agent.h>
#include <cmn/event_notifier.h>
#include <cmn/xmpp_server_address_parser.h>
#include <controller/controller_init.h>
#include <controller/controller_peer.h>
#include <oper/operdb_init.h>
#include <oper/config_manager.h>
#include <oper/interface_common.h>
#include <oper/health_check.h>
#include <oper/metadata_ip.h>
#include <oper/multicast.h>
#include <oper/nexthop.h>
#include <oper/mirror_table.h>
#include <oper/mpls.h>
#include <oper/peer.h>
#include <xmpp/xmpp_client.h>
#include <filter/acl.h>
#include <cmn/agent_factory.h>
#include <net/if.h>
Include dependency graph for agent.cc:

Go to the source code of this file.

Functions

SandeshTraceBufferPtr TaskTraceBuf (SandeshTraceBufferCreate("TaskTrace", 5000))
 
static void SetTaskPolicyOne (const char *task, const char *exclude_list[], int count)
 
static bool interface_exist (string &name)
 
std::string AgentBackTrace (int skip=1)
 

Function Documentation

std::string AgentBackTrace ( int  skip = 1)

Definition at line 1187 of file agent.cc.

Here is the call graph for this function:

static bool interface_exist ( string &  name)
static

Definition at line 653 of file agent.cc.

static void SetTaskPolicyOne ( const char *  task,
const char *  exclude_list[],
int  count 
)
static

Definition at line 164 of file agent.cc.

Here is the call graph for this function:

SandeshTraceBufferPtr TaskTraceBuf ( SandeshTraceBufferCreate("TaskTrace", 5000)  )