OpenSDN source code
XmppConnection::ProtoStats Struct Reference

#include <xmpp_connection.h>

Public Member Functions

 ProtoStats ()
 
void swap (ProtoStats &other)
 

Public Attributes

std::atomic< uint32_t > open
 
std::atomic< uint32_t > close
 
std::atomic< uint32_t > keepalive
 
std::atomic< uint32_t > update
 

Detailed Description

Definition at line 32 of file xmpp_connection.h.

Constructor & Destructor Documentation

◆ ProtoStats()

XmppConnection::ProtoStats::ProtoStats ( )
inline

Definition at line 33 of file xmpp_connection.h.

Member Function Documentation

◆ swap()

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

Definition at line 39 of file xmpp_connection.h.

Member Data Documentation

◆ close

std::atomic<uint32_t> XmppConnection::ProtoStats::close

Definition at line 46 of file xmpp_connection.h.

◆ keepalive

std::atomic<uint32_t> XmppConnection::ProtoStats::keepalive

Definition at line 47 of file xmpp_connection.h.

◆ open

std::atomic<uint32_t> XmppConnection::ProtoStats::open

Definition at line 45 of file xmpp_connection.h.

◆ update

std::atomic<uint32_t> XmppConnection::ProtoStats::update

Definition at line 48 of file xmpp_connection.h.


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