|
CUBRID Engine
latest
|
#include <shard_proxy_common.h>

Public Attributes | |
| int | client_id |
| bool | is_busy |
| SOCKET | fd |
| int | ctx_cid |
| unsigned int | ctx_uid |
| char | driver_info [SRV_CON_CLIENT_INFO_SIZE] |
Definition at line 143 of file shard_proxy_common.h.
| int t_client_io::client_id |
Definition at line 145 of file shard_proxy_common.h.
Referenced by proxy_client_io_destroy(), proxy_client_io_initialize(), proxy_client_io_new(), proxy_socket_io_new_client(), and proxy_str_client_io().
| int t_client_io::ctx_cid |
Definition at line 150 of file shard_proxy_common.h.
Referenced by proxy_client_io_destroy(), proxy_client_io_find_by_ctx(), proxy_client_io_free(), proxy_client_io_initialize(), proxy_client_io_new(), proxy_context_find_by_socket_client_io(), and proxy_str_client_io().
| unsigned int t_client_io::ctx_uid |
Definition at line 151 of file shard_proxy_common.h.
Referenced by proxy_client_io_destroy(), proxy_client_io_find_by_ctx(), proxy_client_io_free(), proxy_client_io_initialize(), proxy_client_io_new(), proxy_context_find_by_socket_client_io(), and proxy_str_client_io().
| char t_client_io::driver_info[SRV_CON_CLIENT_INFO_SIZE] |
Definition at line 153 of file shard_proxy_common.h.
Referenced by proxy_client_io_free(), proxy_client_io_new(), and proxy_socket_io_new_client().
| SOCKET t_client_io::fd |
Definition at line 148 of file shard_proxy_common.h.
Referenced by proxy_client_io_destroy(), proxy_client_io_find_by_fd(), proxy_client_io_free(), proxy_client_io_initialize(), proxy_client_io_new(), proxy_client_io_write(), proxy_io_set_established_by_ctx(), and proxy_str_client_io().
| bool t_client_io::is_busy |
Definition at line 146 of file shard_proxy_common.h.
Referenced by proxy_client_io_destroy(), proxy_client_io_find_by_ctx(), proxy_client_io_find_by_fd(), proxy_client_io_free(), proxy_client_io_initialize(), proxy_client_io_new(), and proxy_str_client_io().