OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
flow_stats_manager.h File Reference
#include <cmn/agent_cmn.h>
#include <cmn/index_vector.h>
#include <uve/stats_collector.h>
#include <uve/interface_uve_stats_table.h>
#include <pkt/flow_table.h>
#include <vrouter/ksync/flowtable_ksync.h>
#include <sandesh/common/flow_types.h>
Include dependency graph for flow_stats_manager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FlowAgingTableKey
 
struct  FlowStatsCollectorReq
 
class  FlowStatsManager
 

Macros

#define FLOW_EXPORT_STATS_TRACE(...)
 

Variables

SandeshTraceBufferPtr FlowExportStatsTraceBuf
 

Macro Definition Documentation

#define FLOW_EXPORT_STATS_TRACE (   ...)
Value:
do {\
FlowExportStatsTrace::TraceMsg(FlowExportStatsTraceBuf, __FILE__, __LINE__, __VA_ARGS__);\
} while (false)
SandeshTraceBufferPtr FlowExportStatsTraceBuf

Definition at line 18 of file flow_stats_manager.h.

Variable Documentation

SandeshTraceBufferPtr FlowExportStatsTraceBuf