#include <assert.h>
#include <base/timer.h>
#include <cmn/agent_cmn.h>
#include <cmn/agent.h>
#include <io/tcp_session.h>
Go to the source code of this file.
◆ OVSDB_SESSION_TRACE
#define OVSDB_SESSION_TRACE |
( |
|
obj, |
|
|
|
session, |
|
|
|
... |
|
) |
| |
Value:do {\
"Session " + session->remote_ip().to_string() +\
" - " + __VA_ARGS__);\
} while (false)
SandeshTraceBufferPtr OvsdbSMTraceBuf
static const std::string integerToString(const NumberType &num)
Definition at line 84 of file ovsdb_client_session.h.
◆ OVSDB_SM_TRACE
#define OVSDB_SM_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |