CUBRID Engine  latest
t_max_heap_node Struct Reference

#include <broker_max_heap.h>

Collaboration diagram for t_max_heap_node:
Collaboration graph

Public Attributes

int id
 
int priority
 
SOCKET clt_sock_fd
 
time_t recv_time
 
unsigned char ip_addr [4]
 
unsigned short port
 
char script [PRE_SEND_SCRIPT_SIZE]
 
char prg_name [PRE_SEND_PRG_NAME_SIZE]
 
T_BROKER_VERSION clt_version
 
char cas_client_type
 
char driver_info [SRV_CON_CLIENT_INFO_SIZE]
 

Detailed Description

Definition at line 36 of file broker_max_heap.h.

Member Data Documentation

char t_max_heap_node::cas_client_type

Definition at line 47 of file broker_max_heap.h.

Referenced by dispatch_thr_f(), and receiver_thr_f().

SOCKET t_max_heap_node::clt_sock_fd

Definition at line 40 of file broker_max_heap.h.

Referenced by dispatch_thr_f(), main(), receiver_thr_f(), and shard_dispatch_thr_f().

T_BROKER_VERSION t_max_heap_node::clt_version

Definition at line 46 of file broker_max_heap.h.

Referenced by dispatch_thr_f(), receiver_thr_f(), and shard_dispatch_thr_f().

char t_max_heap_node::driver_info[SRV_CON_CLIENT_INFO_SIZE]

Definition at line 48 of file broker_max_heap.h.

Referenced by dispatch_thr_f(), receiver_thr_f(), and shard_dispatch_thr_f().

unsigned char t_max_heap_node::ip_addr[4]
unsigned short t_max_heap_node::port

Definition at line 43 of file broker_max_heap.h.

Referenced by dispatch_thr_f(), and receiver_thr_f().

char t_max_heap_node::prg_name[PRE_SEND_PRG_NAME_SIZE]

Definition at line 45 of file broker_max_heap.h.

Referenced by copy_job_info(), print_job_queue(), and receiver_thr_f().

time_t t_max_heap_node::recv_time

Definition at line 41 of file broker_max_heap.h.

Referenced by copy_job_info(), print_job_queue(), and receiver_thr_f().

char t_max_heap_node::script[PRE_SEND_SCRIPT_SIZE]

Definition at line 44 of file broker_max_heap.h.

Referenced by copy_job_info(), print_job_queue(), and receiver_thr_f().


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