#include <mutex>
#include "pkt/proto.h"
#include "pkt/pkt_handler.h"
#include "services/bfd_handler.h"
#include "oper/health_check.h"
#include "bfd/bfd_client.h"
#include "bfd/bfd_server.h"
#include "bfd/bfd_connection.h"
#include "bfd/bfd_session.h"
#include "base/test/task_test_util.h"
Go to the source code of this file.
◆ BFD_TRACE
| #define BFD_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do { \
Bfd##obj::TraceMsg(
BfdTraceBuf, __FILE__, __LINE__, ##__VA_ARGS__); \
} while (false)
SandeshTraceBufferPtr BfdTraceBuf
Definition at line 24 of file bfd_proto.h.
◆ BFD_TX_BUFF_LEN
| #define BFD_TX_BUFF_LEN 128 |