OpenSDN source code
XmppConnection::ErrorStats Struct Reference

#include <xmpp_connection.h>

Public Member Functions

 ErrorStats ()
 
void swap (ErrorStats &other)
 

Public Attributes

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

Detailed Description

Definition at line 51 of file xmpp_connection.h.

Constructor & Destructor Documentation

◆ ErrorStats()

XmppConnection::ErrorStats::ErrorStats ( )
inline

Definition at line 52 of file xmpp_connection.h.

Member Function Documentation

◆ swap()

void XmppConnection::ErrorStats::swap ( ErrorStats other)
inline

Definition at line 59 of file xmpp_connection.h.

Member Data Documentation

◆ connect_error

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

Definition at line 66 of file xmpp_connection.h.

◆ handshake_fail

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

Definition at line 70 of file xmpp_connection.h.

◆ open_fail

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

Definition at line 68 of file xmpp_connection.h.

◆ session_close

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

Definition at line 67 of file xmpp_connection.h.

◆ stream_feature_fail

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

Definition at line 69 of file xmpp_connection.h.


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