OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VnUveEntry::VnStats Struct Reference

#include <vn_uve_entry.h>

Collaboration diagram for VnUveEntry::VnStats:

Public Member Functions

 VnStats (std::string vn, uint64_t bytes, uint64_t pkts, bool out)
 
 ~VnStats ()
 

Public Attributes

std::string dst_vn_
 
uint64_t in_pkts_
 
uint64_t in_bytes_
 
uint64_t out_pkts_
 
uint64_t out_bytes_
 
uint64_t prev_in_pkts_
 
uint64_t prev_in_bytes_
 
uint64_t prev_out_pkts_
 
uint64_t prev_out_bytes_
 

Detailed Description

Definition at line 18 of file vn_uve_entry.h.

Constructor & Destructor Documentation

VnUveEntry::VnStats::VnStats ( std::string  vn,
uint64_t  bytes,
uint64_t  pkts,
bool  out 
)
inline

Definition at line 19 of file vn_uve_entry.h.

Here is the call graph for this function:

VnUveEntry::VnStats::~VnStats ( )
inline

Definition at line 35 of file vn_uve_entry.h.

Member Data Documentation

std::string VnUveEntry::VnStats::dst_vn_

Definition at line 36 of file vn_uve_entry.h.

uint64_t VnUveEntry::VnStats::in_bytes_

Definition at line 38 of file vn_uve_entry.h.

uint64_t VnUveEntry::VnStats::in_pkts_

Definition at line 37 of file vn_uve_entry.h.

uint64_t VnUveEntry::VnStats::out_bytes_

Definition at line 40 of file vn_uve_entry.h.

uint64_t VnUveEntry::VnStats::out_pkts_

Definition at line 39 of file vn_uve_entry.h.

uint64_t VnUveEntry::VnStats::prev_in_bytes_

Definition at line 42 of file vn_uve_entry.h.

uint64_t VnUveEntry::VnStats::prev_in_pkts_

Definition at line 41 of file vn_uve_entry.h.

uint64_t VnUveEntry::VnStats::prev_out_bytes_

Definition at line 44 of file vn_uve_entry.h.

uint64_t VnUveEntry::VnStats::prev_out_pkts_

Definition at line 43 of file vn_uve_entry.h.


The documentation for this struct was generated from the following file: