Public Attributes | |
int32_t | conn_socketfd |
char | conn_host [1024] |
int32_t | conn_port |
int32_t | conn_nrec_sent |
Definition at line 55 of file rototalk.c.
char roto_conn::conn_host[1024] |
Definition at line 57 of file rototalk.c.
Referenced by roto_close_connection(), and roto_open_connection().
int32_t roto_conn::conn_nrec_sent |
Definition at line 59 of file rototalk.c.
Referenced by roto_close_connection(), roto_open_connection(), and roto_send_record().
int32_t roto_conn::conn_port |
Definition at line 58 of file rototalk.c.
Referenced by roto_close_connection(), and roto_open_connection().
int32_t roto_conn::conn_socketfd |
Definition at line 56 of file rototalk.c.
Referenced by roto_close_connection(), roto_open_connection(), roto_recv_cmdreply(), roto_request_shutdown(), roto_send_autosave_config(), roto_send_basketsize_config(), roto_send_command(), roto_send_compress_config(), roto_send_record(), roto_set_connection_nodelay(), roto_set_named_file_status(), and roto_set_std_file_status().