OpenSDN source code
|
#include <agent_profile.h>
Public Member Functions | |
void | Get () |
void | Reset () |
Public Attributes | |
uint64_t | inet4_add_count_ |
uint64_t | inet4_del_count_ |
uint64_t | inet6_add_count_ |
uint64_t | inet6_del_count_ |
uint64_t | mcast_add_count_ |
uint64_t | mcast_del_count_ |
uint64_t | bridge_add_count_ |
uint64_t | bridge_del_count_ |
Definition at line 85 of file agent_profile.h.
void ProfileData::XmppStats::Get | ( | ) |
void ProfileData::XmppStats::Reset | ( | ) |
Definition at line 178 of file agent_profile.cc.
uint64_t ProfileData::XmppStats::bridge_add_count_ |
Definition at line 92 of file agent_profile.h.
uint64_t ProfileData::XmppStats::bridge_del_count_ |
Definition at line 93 of file agent_profile.h.
uint64_t ProfileData::XmppStats::inet4_add_count_ |
Definition at line 86 of file agent_profile.h.
uint64_t ProfileData::XmppStats::inet4_del_count_ |
Definition at line 87 of file agent_profile.h.
uint64_t ProfileData::XmppStats::inet6_add_count_ |
Definition at line 88 of file agent_profile.h.
uint64_t ProfileData::XmppStats::inet6_del_count_ |
Definition at line 89 of file agent_profile.h.
uint64_t ProfileData::XmppStats::mcast_add_count_ |
Definition at line 90 of file agent_profile.h.
uint64_t ProfileData::XmppStats::mcast_del_count_ |
Definition at line 91 of file agent_profile.h.