#include <assert.h>
#include <queue>
#include <boost/intrusive_ptr.hpp>
#include <tbb/atomic.h>
#include <cmn/agent_cmn.h>
#include <cmn/agent.h>
#include <agent_types.h>
#include <ksync/ksync_entry.h>
Go to the source code of this file.
#define OVSDB_PKT_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
} while (false)
SandeshTraceBufferPtr OvsdbPktTraceBuf
Definition at line 28 of file ovsdb_client_idl.h.
#define OVSDB_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
Ovsdb##obj::TraceMsg(
OvsdbTraceBuf, __FILE__, __LINE__, __VA_ARGS__);\
} while (false)
SandeshTraceBufferPtr OvsdbTraceBuf
Definition at line 23 of file ovsdb_client_idl.h.