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

#include <bgp_xmpp_channel.h>

Public Member Functions

 Stats ()
 

Public Attributes

tbb::atomic< uint64_t > rt_updates
 
tbb::atomic< uint64_t > reach
 
tbb::atomic< uint64_t > unreach
 
tbb::atomic< uint64_t > end_of_rib
 

Detailed Description

Definition at line 55 of file bgp_xmpp_channel.h.

Constructor & Destructor Documentation

BgpXmppChannel::Stats::Stats ( )
inline

Definition at line 56 of file bgp_xmpp_channel.h.

Member Data Documentation

tbb::atomic<uint64_t> BgpXmppChannel::Stats::end_of_rib

Definition at line 65 of file bgp_xmpp_channel.h.

tbb::atomic<uint64_t> BgpXmppChannel::Stats::reach

Definition at line 63 of file bgp_xmpp_channel.h.

tbb::atomic<uint64_t> BgpXmppChannel::Stats::rt_updates

Definition at line 62 of file bgp_xmpp_channel.h.

tbb::atomic<uint64_t> BgpXmppChannel::Stats::unreach

Definition at line 64 of file bgp_xmpp_channel.h.


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