CUBRID Engine  latest
hb_ui_node_entry Struct Reference

#include <master_heartbeat.h>

Collaboration diagram for hb_ui_node_entry:
Collaboration graph

Public Attributes

HB_UI_NODE_ENTRYnext
 
HB_UI_NODE_ENTRY ** prev
 
char host_name [CUB_MAXHOSTNAMELEN]
 
char group_id [HB_MAX_GROUP_ID_LEN]
 
struct sockaddr_in saddr
 
struct timeval last_recv_time
 
int v_result
 

Detailed Description

Definition at line 227 of file master_heartbeat.h.

Member Data Documentation

char hb_ui_node_entry::group_id[HB_MAX_GROUP_ID_LEN]

Definition at line 233 of file master_heartbeat.h.

Referenced by hb_add_ui_node(), hb_get_node_info_string(), and hb_return_ui_node().

char hb_ui_node_entry::host_name[CUB_MAXHOSTNAMELEN]

Definition at line 232 of file master_heartbeat.h.

Referenced by hb_add_ui_node(), hb_get_node_info_string(), and hb_return_ui_node().

struct timeval hb_ui_node_entry::last_recv_time
HB_UI_NODE_ENTRY** hb_ui_node_entry::prev

Definition at line 230 of file master_heartbeat.h.

Referenced by hb_add_ui_node().

struct sockaddr_in hb_ui_node_entry::saddr

Definition at line 234 of file master_heartbeat.h.

Referenced by hb_add_ui_node(), hb_get_node_info_string(), and hb_return_ui_node().

int hb_ui_node_entry::v_result

The documentation for this struct was generated from the following file: