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

#include <bgp_xmpp_channel.h>

Public Member Functions

 ChannelStats ()
 

Public Attributes

tbb::atomic< uint64_t > instance_subscribe
 
tbb::atomic< uint64_t > instance_unsubscribe
 
tbb::atomic< uint64_t > table_subscribe
 
tbb::atomic< uint64_t > table_subscribe_complete
 
tbb::atomic< uint64_t > table_unsubscribe
 
tbb::atomic< uint64_t > table_unsubscribe_complete
 

Detailed Description

Definition at line 67 of file bgp_xmpp_channel.h.

Constructor & Destructor Documentation

BgpXmppChannel::ChannelStats::ChannelStats ( )
inline

Definition at line 68 of file bgp_xmpp_channel.h.

Member Data Documentation

tbb::atomic<uint64_t> BgpXmppChannel::ChannelStats::instance_subscribe

Definition at line 76 of file bgp_xmpp_channel.h.

tbb::atomic<uint64_t> BgpXmppChannel::ChannelStats::instance_unsubscribe

Definition at line 77 of file bgp_xmpp_channel.h.

tbb::atomic<uint64_t> BgpXmppChannel::ChannelStats::table_subscribe

Definition at line 78 of file bgp_xmpp_channel.h.

tbb::atomic<uint64_t> BgpXmppChannel::ChannelStats::table_subscribe_complete

Definition at line 79 of file bgp_xmpp_channel.h.

tbb::atomic<uint64_t> BgpXmppChannel::ChannelStats::table_unsubscribe

Definition at line 80 of file bgp_xmpp_channel.h.

tbb::atomic<uint64_t> BgpXmppChannel::ChannelStats::table_unsubscribe_complete

Definition at line 81 of file bgp_xmpp_channel.h.


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