|
corosync
2.3.5
|
#include <totem.h>

Data Fields | |
| totem_stats_header_t | hdr |
| totemrrp_stats_t * | rrp |
| uint64_t | orf_token_tx |
| uint64_t | orf_token_rx |
| uint64_t | memb_merge_detect_tx |
| uint64_t | memb_merge_detect_rx |
| uint64_t | memb_join_tx |
| uint64_t | memb_join_rx |
| uint64_t | mcast_tx |
| uint64_t | mcast_retx |
| uint64_t | mcast_rx |
| uint64_t | memb_commit_token_tx |
| uint64_t | memb_commit_token_rx |
| uint64_t | token_hold_cancel_tx |
| uint64_t | token_hold_cancel_rx |
| uint64_t | operational_entered |
| uint64_t | operational_token_lost |
| uint64_t | gather_entered |
| uint64_t | gather_token_lost |
| uint64_t | commit_entered |
| uint64_t | commit_token_lost |
| uint64_t | recovery_entered |
| uint64_t | recovery_token_lost |
| uint64_t | consensus_timeouts |
| uint64_t | rx_msg_dropped |
| uint32_t | continuous_gather |
| uint32_t | continuous_sendmsg_failures |
| int | earliest_token |
| int | latest_token |
| totemsrp_token_stats_t | token [TOTEM_TOKEN_STATS_MAX] |
| uint64_t totemsrp_stats_t::commit_entered |
Definition at line 262 of file totem.h.
Referenced by totemsrp_ring_reenable().
| uint64_t totemsrp_stats_t::commit_token_lost |
Definition at line 263 of file totem.h.
Referenced by totemsrp_ring_reenable().
| uint64_t totemsrp_stats_t::consensus_timeouts |
Definition at line 266 of file totem.h.
Referenced by totemsrp_ring_reenable().
| uint32_t totemsrp_stats_t::continuous_gather |
Definition at line 268 of file totem.h.
Referenced by totemsrp_ring_reenable().
| uint32_t totemsrp_stats_t::continuous_sendmsg_failures |
Definition at line 269 of file totem.h.
Referenced by totemudp_crypto_set().
| int totemsrp_stats_t::earliest_token |
Definition at line 271 of file totem.h.
Referenced by totemsrp_initialize().
| uint64_t totemsrp_stats_t::gather_entered |
Definition at line 260 of file totem.h.
Referenced by totemsrp_ring_reenable().
| uint64_t totemsrp_stats_t::gather_token_lost |
Definition at line 261 of file totem.h.
Referenced by totemsrp_ring_reenable().
| totem_stats_header_t totemsrp_stats_t::hdr |
| int totemsrp_stats_t::latest_token |
Definition at line 272 of file totem.h.
Referenced by totemsrp_callback_token_destroy(), and totemsrp_initialize().
| uint64_t totemsrp_stats_t::mcast_retx |
Definition at line 252 of file totem.h.
Referenced by totemsrp_avail().
| uint64_t totemsrp_stats_t::mcast_rx |
Definition at line 253 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::mcast_tx |
Definition at line 251 of file totem.h.
Referenced by totemsrp_mcast().
| uint64_t totemsrp_stats_t::memb_commit_token_rx |
Definition at line 255 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::memb_commit_token_tx |
Definition at line 254 of file totem.h.
Referenced by totemsrp_avail().
| uint64_t totemsrp_stats_t::memb_join_rx |
Definition at line 250 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::memb_merge_detect_rx |
Definition at line 248 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::memb_merge_detect_tx |
Definition at line 247 of file totem.h.
Referenced by totemsrp_avail().
| uint64_t totemsrp_stats_t::operational_entered |
Definition at line 258 of file totem.h.
Referenced by totemsrp_ring_reenable().
| uint64_t totemsrp_stats_t::operational_token_lost |
Definition at line 259 of file totem.h.
Referenced by totemsrp_ring_reenable().
| uint64_t totemsrp_stats_t::orf_token_rx |
Definition at line 246 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::orf_token_tx |
Definition at line 245 of file totem.h.
Referenced by totemsrp_avail().
| uint64_t totemsrp_stats_t::recovery_entered |
Definition at line 264 of file totem.h.
Referenced by totemsrp_ring_reenable().
| uint64_t totemsrp_stats_t::recovery_token_lost |
Definition at line 265 of file totem.h.
Referenced by totemsrp_ring_reenable().
| totemrrp_stats_t* totemsrp_stats_t::rrp |
Definition at line 244 of file totem.h.
Referenced by totemrrp_initialize().
| uint64_t totemsrp_stats_t::rx_msg_dropped |
Definition at line 267 of file totem.h.
Referenced by main_deliver_fn().
| totemsrp_token_stats_t totemsrp_stats_t::token[TOTEM_TOKEN_STATS_MAX] |
Definition at line 274 of file totem.h.
Referenced by totemsrp_callback_token_destroy().
| uint64_t totemsrp_stats_t::token_hold_cancel_rx |
Definition at line 257 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::token_hold_cancel_tx |
Definition at line 256 of file totem.h.
Referenced by totemsrp_avail().
1.8.11