OpenSDN source code
XmppConnection::ErrorStats Struct Reference

#include <xmpp_connection.h>

Public Member Functions

 ErrorStats ()
 

Public Attributes

tbb::atomic< uint32_t > connect_error
 
tbb::atomic< uint32_t > session_close
 
tbb::atomic< uint32_t > open_fail
 
tbb::atomic< uint32_t > stream_feature_fail
 
tbb::atomic< uint32_t > handshake_fail
 

Detailed Description

Definition at line 45 of file xmpp_connection.h.

Constructor & Destructor Documentation

◆ ErrorStats()

XmppConnection::ErrorStats::ErrorStats ( )
inline

Definition at line 46 of file xmpp_connection.h.

Member Data Documentation

◆ connect_error

tbb::atomic<uint32_t> XmppConnection::ErrorStats::connect_error

Definition at line 53 of file xmpp_connection.h.

◆ handshake_fail

tbb::atomic<uint32_t> XmppConnection::ErrorStats::handshake_fail

Definition at line 57 of file xmpp_connection.h.

◆ open_fail

tbb::atomic<uint32_t> XmppConnection::ErrorStats::open_fail

Definition at line 55 of file xmpp_connection.h.

◆ session_close

tbb::atomic<uint32_t> XmppConnection::ErrorStats::session_close

Definition at line 54 of file xmpp_connection.h.

◆ stream_feature_fail

tbb::atomic<uint32_t> XmppConnection::ErrorStats::stream_feature_fail

Definition at line 56 of file xmpp_connection.h.


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