OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
health_check.h File Reference
#include <boost/scoped_ptr.hpp>
#include <cmn/agent.h>
#include <oper_db.h>
Include dependency graph for health_check.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HealthCheckServiceKey
 
struct  HealthCheckServiceData
 
struct  HealthCheckInstanceEvent
 
class  HealthCheckInstanceBase
 
class  HealthCheckInstanceTask
 
class  HealthCheckInstanceService
 
class  HealthCheckMacIpInstanceService
 
class  HealthCheckService
 
class  HealthCheckTable
 
struct  HealthCheckResyncInterfaceData
 

Macros

#define HEALTH_CHECK_TRACE(obj,...)
 

Variables

SandeshTraceBufferPtr HealthCheckTraceBuf
 

Macro Definition Documentation

#define HEALTH_CHECK_TRACE (   obj,
  ... 
)
Value:
do {\
HealthCheck##obj::TraceMsg(HealthCheckTraceBuf, __FILE__, __LINE__,\
__VA_ARGS__);\
} while (false)
SandeshTraceBufferPtr HealthCheckTraceBuf

Definition at line 13 of file health_check.h.

Variable Documentation

SandeshTraceBufferPtr HealthCheckTraceBuf