OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
flow_stats_collector.cc File Reference
#include <utility>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <db/db.h>
#include <base/util.h>
#include <base/string_util.h>
#include <cmn/agent_cmn.h>
#include <init/agent_param.h>
#include <boost/functional/factory.hpp>
#include <cmn/agent_factory.h>
#include <oper/interface_common.h>
#include <oper/mirror_table.h>
#include <oper/global_vrouter.h>
#include <ksync/ksync_index.h>
#include <ksync/ksync_entry.h>
#include <ksync/ksync_object.h>
#include <ksync/ksync_netlink.h>
#include <ksync/ksync_sock.h>
#include <uve/agent_uve.h>
#include <vrouter/flow_stats/flow_stats_collector.h>
#include <uve/vn_uve_table.h>
#include <uve/vm_uve_table.h>
#include <uve/interface_uve_stats_table.h>
#include <uve/vrouter_uve_entry.h>
#include <algorithm>
#include <pkt/flow_proto.h>
#include <pkt/flow_mgmt.h>
#include <vrouter/ksync/ksync_init.h>
#include <vrouter/flow_stats/flow_stats_types.h>
Include dependency graph for flow_stats_collector.cc:

Go to the source code of this file.

Functions

static void KeyToSandeshFlowKey (const FlowKey &key, SandeshFlowKey &skey)
 
static void FlowExportInfoToSandesh (const FlowExportInfo &value, SandeshFlowExportInfo &info)
 

Variables

bool flow_ageing_debug_ = false
 

Function Documentation

static void FlowExportInfoToSandesh ( const FlowExportInfo value,
SandeshFlowExportInfo &  info 
)
static

Definition at line 1095 of file flow_stats_collector.cc.

Here is the call graph for this function:

static void KeyToSandeshFlowKey ( const FlowKey key,
SandeshFlowKey &  skey 
)
static

Definition at line 1085 of file flow_stats_collector.cc.

Variable Documentation

bool flow_ageing_debug_ = false

Definition at line 39 of file flow_stats_collector.cc.