CUBRID Engine
latest
|
#include <broker_max_heap.h>
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] |
Definition at line 36 of file broker_max_heap.h.
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().
int t_max_heap_node::id |
Definition at line 38 of file broker_max_heap.h.
Referenced by broker_drop_one_cas_by_time_to_kill(), broker_shm_initialize_shm_as(), copy_job_info(), max_heap_change_priority(), max_heap_delete(), max_heap_incr_priority(), max_heap_insert(), print_job_queue(), print_monitor_items(), receiver_thr_f(), uc_as_info(), and uc_br_info().
unsigned char t_max_heap_node::ip_addr[4] |
Definition at line 42 of file broker_max_heap.h.
Referenced by copy_job_info(), dispatch_thr_f(), print_job_queue(), receiver_thr_f(), and shard_dispatch_thr_f().
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().
int t_max_heap_node::priority |
Definition at line 39 of file broker_max_heap.h.
Referenced by copy_job_info(), max_heap_change_priority(), max_heap_delete(), max_heap_incr_priority(), max_heap_insert(), 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().