#include "db/db_graph_base.h"
#include "ifmap/ifmap_table.h"
#include "ifmap/ifmap_link_table.h"
#include "ifmap/ifmap_object.h"
#include "boost/asio/io_service.hpp"
#include "base/timer.h"
#include "base/task.h"
#include "sandesh/sandesh_trace.h"
Go to the source code of this file.
#define IFMAP_AGENT_LINK_DB_NAME "__ifmap_agentlinkdata__.0" |
#define IFMAP_AGENT_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
IFMapAgent##obj::TraceMsg(IFMapAgentTraceBuf, __FILE__, __LINE__, ##__VA_ARGS__); \
} while (false)
Definition at line 20 of file ifmap_agent_table.h.
void IFMapAgentLinkTable_Init |
( |
DB * |
db, |
|
|
DBGraph * |
graph |
|
) |
| |