pub type DB_REPMGR_STAT = __db_repmgr_stat;Aliased Type§
struct DB_REPMGR_STAT {
pub st_perm_failed: u64,
pub st_msgs_queued: u64,
pub st_msgs_dropped: u64,
pub st_connection_drop: u64,
pub st_connect_fail: u64,
pub st_elect_threads: u64,
pub st_max_elect_threads: u64,
}Fields§
§st_perm_failed: u64§st_msgs_queued: u64§st_msgs_dropped: u64§st_connection_drop: u64§st_connect_fail: u64§st_elect_threads: u64§st_max_elect_threads: u64