#include <sandesh/sandesh_trace.h>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <controller/controller_timer.h>
#include "xmpp/xmpp_channel.h"
#include <xmpp_enet_types.h>
#include <xmpp_unicast_types.h>
#include <xmpp_multicast_types.h>
#include <oper/route_common.h>
Go to the source code of this file.
|
#define | CONTROLLER_RX_ROUTE_MESSAGE_TRACE(obj, index,...) |
|
#define | CONTROLLER_RX_CONFIG_MESSAGE_TRACE(obj, index,...) |
|
#define | CONTROLLER_INFO_TRACE(obj,...) |
|
#define | CONTROLLER_TX_CONFIG_TRACE(obj, index,...) |
|
#define | CONTROLLER_ROUTE_WALKER_TRACE(obj,...) |
|
#define | CONTROLLER_CONNECTIONS_TRACE(obj,...) |
|
#define | CONTROLLER_TRACE(obj,...) |
|
#define | CONTROLLER_TX_MESSAGE_TRACE(obj, index,...) |
|
#define CONTROLLER_CONNECTIONS_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
} while (false)
SandeshTraceBufferPtr ControllerConnectionsTraceBuf(SandeshTraceBufferCreate("ControllerConnections", 5000))
Definition at line 293 of file controller_init.h.
#define CONTROLLER_INFO_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
} while (false)
SandeshTraceBufferPtr ControllerInfoTraceBuf
Definition at line 274 of file controller_init.h.
#define CONTROLLER_ROUTE_WALKER_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
} while (false)
SandeshTraceBufferPtr ControllerRouteWalkerTraceBuf
Definition at line 288 of file controller_init.h.
#define CONTROLLER_RX_CONFIG_MESSAGE_TRACE |
( |
|
obj, |
|
|
|
index, |
|
|
|
... |
|
) |
| |
Value:do {\
if (index == 0) { \
__LINE__, __VA_ARGS__);\
} else { \
__LINE__, __VA_ARGS__);\
} \
} while (false)
SandeshTraceBufferPtr ControllerRxConfigMessageTraceBuf1
SandeshTraceBufferPtr ControllerRxConfigMessageTraceBuf2
Definition at line 263 of file controller_init.h.
#define CONTROLLER_RX_ROUTE_MESSAGE_TRACE |
( |
|
obj, |
|
|
|
index, |
|
|
|
... |
|
) |
| |
Value:do {\
if (index == 0) { \
__LINE__, __VA_ARGS__);\
} else { \
__LINE__, __VA_ARGS__);\
} \
} while (false)
SandeshTraceBufferPtr ControllerRxRouteMessageTraceBuf2
SandeshTraceBufferPtr ControllerRxRouteMessageTraceBuf1
Definition at line 252 of file controller_init.h.
#define CONTROLLER_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
} while (false)
SandeshTraceBufferPtr ControllerTraceBuf
Definition at line 298 of file controller_init.h.
#define CONTROLLER_TX_CONFIG_TRACE |
( |
|
obj, |
|
|
|
index, |
|
|
|
... |
|
) |
| |
Value:do {\
if (index == 0) { \
} else { \
} \
} while (false)
SandeshTraceBufferPtr ControllerTxConfigTraceBuf1
SandeshTraceBufferPtr ControllerTxConfigTraceBuf2
Definition at line 279 of file controller_init.h.
#define CONTROLLER_TX_MESSAGE_TRACE |
( |
|
obj, |
|
|
|
index, |
|
|
|
... |
|
) |
| |
Value:do {\
if (index == 0) { \
__LINE__, __VA_ARGS__);\
} else { \
__LINE__, __VA_ARGS__);\
} \
} while (false)
SandeshTraceBufferPtr ControllerTxMessageTraceBuf1
SandeshTraceBufferPtr ControllerTxMessageTraceBuf2
Definition at line 303 of file controller_init.h.