#include <atomic>
#include <mutex>
#include <cmn/agent_cmn.h>
Go to the source code of this file.
◆ OPER_TRACE
| #define OPER_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
Oper##obj::TraceMsg(GetOperDBTraceBuf(), __FILE__, __LINE__, __VA_ARGS__);\
} while (false)
Definition at line 231 of file agent_db.h.
◆ OPER_TRACE_ENTRY
| #define OPER_TRACE_ENTRY |
( |
|
obj, |
|
|
|
table, |
|
|
|
... |
|
) |
| |
Value:do {\
Oper##obj::TraceMsg(table->GetOperDBTraceBuf(),\
__FILE__, __LINE__, __VA_ARGS__);\
} while (false)
Definition at line 236 of file agent_db.h.
◆ AgentSandeshPtr