OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cfg_init.h File Reference
#include <cmn/agent_cmn.h>
#include <ifmap/ifmap_agent_table.h>
#include <sandesh/sandesh_trace.h>
Include dependency graph for cfg_init.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AgentConfig
 

Macros

#define CONFIG_TRACE(obj,...)
 

Variables

SandeshTraceBufferPtr CfgTraceBuf
 

Macro Definition Documentation

#define CONFIG_TRACE (   obj,
  ... 
)
Value:
do {\
Config##obj::TraceMsg(CfgTraceBuf, __FILE__, __LINE__, ##__VA_ARGS__);\
} while (false)
SandeshTraceBufferPtr CfgTraceBuf

Definition at line 236 of file cfg_init.h.

Variable Documentation

SandeshTraceBufferPtr CfgTraceBuf