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

#include <agent_profile.h>

Public Member Functions

void Reset ()
 

Public Attributes

uint32_t add_tokens_
 
uint64_t add_failures_
 
uint64_t add_restarts_
 
uint32_t ksync_tokens_
 
uint64_t ksync_failures_
 
uint64_t ksync_restarts_
 
uint32_t update_tokens_
 
uint64_t update_failures_
 
uint64_t update_restarts_
 
uint32_t del_tokens_
 
uint64_t del_failures_
 
uint64_t del_restarts_
 

Detailed Description

Definition at line 26 of file agent_profile.h.

Member Function Documentation

void ProfileData::FlowTokenStats::Reset ( )

Definition at line 127 of file agent_profile.cc.

Member Data Documentation

uint64_t ProfileData::FlowTokenStats::add_failures_

Definition at line 28 of file agent_profile.h.

uint64_t ProfileData::FlowTokenStats::add_restarts_

Definition at line 29 of file agent_profile.h.

uint32_t ProfileData::FlowTokenStats::add_tokens_

Definition at line 27 of file agent_profile.h.

uint64_t ProfileData::FlowTokenStats::del_failures_

Definition at line 37 of file agent_profile.h.

uint64_t ProfileData::FlowTokenStats::del_restarts_

Definition at line 38 of file agent_profile.h.

uint32_t ProfileData::FlowTokenStats::del_tokens_

Definition at line 36 of file agent_profile.h.

uint64_t ProfileData::FlowTokenStats::ksync_failures_

Definition at line 31 of file agent_profile.h.

uint64_t ProfileData::FlowTokenStats::ksync_restarts_

Definition at line 32 of file agent_profile.h.

uint32_t ProfileData::FlowTokenStats::ksync_tokens_

Definition at line 30 of file agent_profile.h.

uint64_t ProfileData::FlowTokenStats::update_failures_

Definition at line 34 of file agent_profile.h.

uint64_t ProfileData::FlowTokenStats::update_restarts_

Definition at line 35 of file agent_profile.h.

uint32_t ProfileData::FlowTokenStats::update_tokens_

Definition at line 33 of file agent_profile.h.


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