OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PeerCloseManager::Stats::RouteStats Struct Reference

#include <peer_close_manager.h>

Public Member Functions

 RouteStats ()
 
bool IsSet () const
 
void reset ()
 

Public Attributes

tbb::atomic< uint64_t > staled
 
tbb::atomic< uint64_t > llgr_staled
 
tbb::atomic< uint64_t > refreshed
 
tbb::atomic< uint64_t > fresh
 
tbb::atomic< uint64_t > deleted
 

Detailed Description

Definition at line 140 of file peer_close_manager.h.

Constructor & Destructor Documentation

PeerCloseManager::Stats::RouteStats::RouteStats ( )
inline

Definition at line 141 of file peer_close_manager.h.

Here is the call graph for this function:

Member Function Documentation

bool PeerCloseManager::Stats::RouteStats::IsSet ( ) const
inline

Definition at line 142 of file peer_close_manager.h.

void PeerCloseManager::Stats::RouteStats::reset ( )
inline

Definition at line 146 of file peer_close_manager.h.

Member Data Documentation

tbb::atomic<uint64_t> PeerCloseManager::Stats::RouteStats::deleted

Definition at line 158 of file peer_close_manager.h.

tbb::atomic<uint64_t> PeerCloseManager::Stats::RouteStats::fresh

Definition at line 157 of file peer_close_manager.h.

tbb::atomic<uint64_t> PeerCloseManager::Stats::RouteStats::llgr_staled

Definition at line 155 of file peer_close_manager.h.

tbb::atomic<uint64_t> PeerCloseManager::Stats::RouteStats::refreshed

Definition at line 156 of file peer_close_manager.h.

tbb::atomic<uint64_t> PeerCloseManager::Stats::RouteStats::staled

Definition at line 154 of file peer_close_manager.h.


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