#include <net/if.h>
#include "cmn/agent_cmn.h"
#include "base/queue_task.h"
#include "proto.h"
#include "proto_handler.h"
#include "flow_table.h"
#include "flow_handler.h"
#include "flow_event.h"
#include "flow_token.h"
#include "flow_trace_filter.h"
#include "flow_entry.h"
Go to the source code of this file.
#define PKTFLOW_TRACE |
( |
|
obj, |
|
|
|
... |
|
) |
| |
Value:do {\
PktFlow##obj::TraceMsg(
PktFlowTraceBuf, __FILE__, __LINE__, ##__VA_ARGS__);\
} while (false)
SandeshTraceBufferPtr PktFlowTraceBuf
Definition at line 164 of file flow_proto.h.