CUBRID Engine
latest
|
#include <master_heartbeat.h>
Public Attributes | |
HB_PING_HOST_ENTRY * | next |
HB_PING_HOST_ENTRY ** | prev |
char | host_name [CUB_MAXHOSTNAMELEN] |
int | ping_result |
Definition at line 216 of file master_heartbeat.h.
char hb_ping_host_entry::host_name[CUB_MAXHOSTNAMELEN] |
Definition at line 221 of file master_heartbeat.h.
Referenced by hb_add_ping_host(), hb_cluster_check_valid_ping_server(), hb_cluster_job_check_ping(), hb_get_ping_host_info_string(), and hb_help_sprint_ping_host_info().
HB_PING_HOST_ENTRY* hb_ping_host_entry::next |
Definition at line 218 of file master_heartbeat.h.
Referenced by hb_add_ping_host(), hb_cluster_check_valid_ping_server(), hb_cluster_job_check_ping(), hb_cluster_remove_all_ping_hosts(), hb_get_ping_host_info_string(), and hb_help_sprint_ping_host_info().
int hb_ping_host_entry::ping_result |
Definition at line 222 of file master_heartbeat.h.
Referenced by hb_add_ping_host(), hb_cluster_check_valid_ping_server(), hb_cluster_job_check_ping(), hb_get_ping_host_info_string(), and hb_help_sprint_ping_host_info().
HB_PING_HOST_ENTRY** hb_ping_host_entry::prev |
Definition at line 219 of file master_heartbeat.h.
Referenced by hb_add_ping_host().