OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hbf.h File Reference
#include <netinet/in.h>
#include <net/ethernet.h>
#include <cmn/agent_cmn.h>
#include <cmn/agent.h>
#include <oper/vn.h>
#include <oper/agent_route_walker.h>
Include dependency graph for hbf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HBFIntfDBState
 
class  HBFHandler
 
class  HBFVrfWalker
 

Macros

#define HBFTRACE(obj,...)
 

Variables

SandeshTraceBufferPtr HBFTraceBuf
 

Macro Definition Documentation

#define HBFTRACE (   obj,
  ... 
)
Value:
do { \
HBF##obj::TraceMsg(HBFTraceBuf, __FILE__, __LINE__, __VA_ARGS__); \
} while (false)
SandeshTraceBufferPtr HBFTraceBuf

Definition at line 17 of file hbf.h.

Variable Documentation

SandeshTraceBufferPtr HBFTraceBuf