CUBRID Engine  latest
hbp_header Struct Reference

#include <heartbeat.h>

Collaboration diagram for hbp_header:
Collaboration graph

Public Attributes

unsigned char type
 
char reserved:7
 
char r:1
 
unsigned short len
 
unsigned int seq
 
char group_id [HB_MAX_GROUP_ID_LEN]
 
char orig_host_name [CUB_MAXHOSTNAMELEN]
 
char dest_host_name [CUB_MAXHOSTNAMELEN]
 

Detailed Description

Definition at line 114 of file heartbeat.h.

Member Data Documentation

char hbp_header::dest_host_name[CUB_MAXHOSTNAMELEN]

Definition at line 128 of file heartbeat.h.

Referenced by hb_cluster_receive_heartbeat(), and hb_set_net_header().

char hbp_header::group_id[HB_MAX_GROUP_ID_LEN]

Definition at line 126 of file heartbeat.h.

Referenced by hb_cluster_receive_heartbeat(), and hb_set_net_header().

unsigned short hbp_header::len

Definition at line 124 of file heartbeat.h.

Referenced by hb_cluster_receive_heartbeat(), and hb_set_net_header().

char hbp_header::orig_host_name[CUB_MAXHOSTNAMELEN]

Definition at line 127 of file heartbeat.h.

Referenced by hb_cluster_receive_heartbeat(), and hb_set_net_header().

char hbp_header::r

Definition at line 122 of file heartbeat.h.

Referenced by hb_cluster_receive_heartbeat(), and hb_set_net_header().

char hbp_header::reserved

Definition at line 121 of file heartbeat.h.

unsigned int hbp_header::seq

Definition at line 125 of file heartbeat.h.

Referenced by hb_cluster_receive_heartbeat(), and hb_set_net_header().

unsigned char hbp_header::type

Definition at line 116 of file heartbeat.h.

Referenced by hb_cluster_receive_heartbeat(), and hb_set_net_header().


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