OpenSDN source code
IPeerDebugStats::ProtoStats Struct Reference

#include <ipeer.h>

Public Member Functions

 ProtoStats ()
 

Public Attributes

tbb::atomic< uint64_t > total
 
tbb::atomic< uint64_t > open
 
tbb::atomic< uint64_t > keepalive
 
tbb::atomic< uint64_t > notification
 
tbb::atomic< uint64_t > update
 
tbb::atomic< uint64_t > close
 

Detailed Description

Definition at line 43 of file ipeer.h.

Constructor & Destructor Documentation

◆ ProtoStats()

IPeerDebugStats::ProtoStats::ProtoStats ( )
inline

Definition at line 44 of file ipeer.h.

Member Data Documentation

◆ close

tbb::atomic<uint64_t> IPeerDebugStats::ProtoStats::close

Definition at line 57 of file ipeer.h.

◆ keepalive

tbb::atomic<uint64_t> IPeerDebugStats::ProtoStats::keepalive

Definition at line 54 of file ipeer.h.

◆ notification

tbb::atomic<uint64_t> IPeerDebugStats::ProtoStats::notification

Definition at line 55 of file ipeer.h.

◆ open

tbb::atomic<uint64_t> IPeerDebugStats::ProtoStats::open

Definition at line 53 of file ipeer.h.

◆ total

tbb::atomic<uint64_t> IPeerDebugStats::ProtoStats::total

Definition at line 52 of file ipeer.h.

◆ update

tbb::atomic<uint64_t> IPeerDebugStats::ProtoStats::update

Definition at line 56 of file ipeer.h.


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