#include <boost/intrusive_ptr.hpp>
#include <boost/intrusive/set.hpp>
#include <tbb/atomic.h>
#include <sandesh/common/vns_constants.h>
#include <sandesh/common/vns_types.h>
#include <sandesh/sandesh_trace.h>
#include <db/db_entry.h>
Go to the source code of this file.
#define KSYNC_ERROR |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
obj::Send(g_vns_constants.CategoryNames.find(Category::VROUTER)->second,\
SandeshLevel::SYS_DEBUG, __FILE__, __LINE__, ##__VA_ARGS__);\
} while (false)
Definition at line 16 of file ksync_entry.h.
#define KSYNC_ERROR_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
__FILE__, __LINE__, __VA_ARGS__); \
} while (false)
SandeshTraceBufferPtr KSyncErrorTraceBuf
Definition at line 24 of file ksync_entry.h.