OpenSDN source code
|
#include <boost/foreach.hpp>
#include <sandesh/sandesh_types.h>
#include <sandesh/sandesh.h>
#include <sandesh/sandesh_statistics.h>
Go to the source code of this file.
Functions | |
static void | PopulateBasicStats (const SandeshMessageStats &detail_stats, SandeshMessageBasicStats *basic_stats) |
static void | PopulateBasicTypeStats (const SandeshMessageTypeStats &detail_stats, SandeshMessageTypeBasicStats *basic_stats) |
static void | UpdateDetailStatsDrops (SandeshMessageStats *smstats, bool sent, uint64_t bytes, SandeshTxDropReason::type send_dreason, SandeshRxDropReason::type recv_dreason) |
|
static |
Definition at line 40 of file sandesh_statistics.cc.
|
static |
|
static |
Definition at line 73 of file sandesh_statistics.cc.