OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
health_check.cc File Reference
#include "http_parser/http_parser.h"
#include <boost/uuid/uuid_io.hpp>
#include <boost/algorithm/string/case_conv.hpp>
#include <cmn/agent_cmn.h>
#include <vnc_cfg_types.h>
#include <agent_types.h>
#include <init/agent_param.h>
#include <cfg/cfg_init.h>
#include <ifmap/ifmap_node.h>
#include <oper/ifmap_dependency_manager.h>
#include <oper/config_manager.h>
#include <oper/agent_sandesh.h>
#include <oper/instance_task.h>
#include <oper/interface_common.h>
#include <oper/metadata_ip.h>
#include <oper/health_check.h>
#include <oper/vn.h>
#include <oper/vrf.h>
#include "mac_learning/mac_learning_proto.h"
Include dependency graph for health_check.cc:

Go to the source code of this file.

Functions

SandeshTraceBufferPtr HealthCheckTraceBuf (SandeshTraceBufferCreate("HealthCheck", 5000))
 
static HealthCheckServiceKeyBuildKey (const boost::uuids::uuid &u)
 
static HealthCheckServiceDataBuildData (Agent *agent, IFMapNode *node, const autogen::ServiceHealthCheck *s)
 

Function Documentation

static HealthCheckServiceData* BuildData ( Agent agent,
IFMapNode node,
const autogen::ServiceHealthCheck *  s 
)
static

Definition at line 873 of file health_check.cc.

Here is the call graph for this function:

static HealthCheckServiceKey* BuildKey ( const boost::uuids::uuid u)
static

Definition at line 869 of file health_check.cc.

SandeshTraceBufferPtr HealthCheckTraceBuf ( SandeshTraceBufferCreate("HealthCheck", 5000)  )