|
corosync
2.4.3
|
#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] |
| totem_stats_header_t totemsrp_stats_t::hdr |
| uint64_t totemsrp_stats_t::mcast_rx |
Definition at line 256 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::memb_commit_token_rx |
Definition at line 258 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::memb_join_rx |
Definition at line 253 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::memb_merge_detect_rx |
Definition at line 251 of file totem.h.
Referenced by main_deliver_fn().
| uint64_t totemsrp_stats_t::orf_token_rx |
Definition at line 249 of file totem.h.
Referenced by main_deliver_fn().
| totemrrp_stats_t* totemsrp_stats_t::rrp |
| uint64_t totemsrp_stats_t::rx_msg_dropped |
Definition at line 270 of file totem.h.
Referenced by main_deliver_fn().
| totemsrp_token_stats_t totemsrp_stats_t::token[TOTEM_TOKEN_STATS_MAX] |
| uint64_t totemsrp_stats_t::token_hold_cancel_rx |
Definition at line 260 of file totem.h.
Referenced by main_deliver_fn().
1.8.13