|
ARB
|
#include <client_privat.h>

Public Attributes | |
| int | socket |
| int | message_type |
| char * | message |
| int * | message_queue |
| long | magic |
| const char * | error |
| long | aisc_mes_buffer [AISC_MESSAGE_BUFFER_LEN] |
| aisc_bytes_list * | aisc_client_bytes_first |
| aisc_bytes_list * | aisc_client_bytes_last |
| SigHandler | old_sigpipe_handler |
Definition at line 37 of file client_privat.h.
| int aisc_com::socket |
Definition at line 38 of file client_privat.h.
Referenced by aisc_add_message_queue(), aisc_c_send_bytes_queue(), aisc_check_error(), aisc_close(), aisc_create(), aisc_debug_info(), aisc_get(), aisc_init_client(), aisc_nput(), and aisc_put().
| int aisc_com::message_type |
Definition at line 39 of file client_privat.h.
| char* aisc_com::message |
Definition at line 40 of file client_privat.h.
| int* aisc_com::message_queue |
Definition at line 41 of file client_privat.h.
Referenced by aisc_add_message_queue().
| long aisc_com::magic |
Definition at line 42 of file client_privat.h.
Referenced by aisc_check_error(), aisc_create(), aisc_debug_info(), aisc_get(), aisc_init_client(), aisc_nput(), and aisc_put().
| const char* aisc_com::error |
Definition at line 43 of file client_privat.h.
Referenced by aisc_add_message_queue(), aisc_check_error(), aisc_collect_sets(), aisc_create(), aisc_debug_info(), aisc_get(), aisc_init_client(), aisc_nput(), and aisc_put().
| long aisc_com::aisc_mes_buffer[AISC_MESSAGE_BUFFER_LEN] |
Definition at line 45 of file client_privat.h.
Referenced by aisc_check_error(), aisc_close(), aisc_collect_sets(), aisc_create(), aisc_debug_info(), aisc_get(), aisc_init_client(), aisc_nput(), and aisc_put().
| aisc_bytes_list* aisc_com::aisc_client_bytes_first |
Definition at line 46 of file client_privat.h.
Referenced by aisc_c_add_to_bytes_queue(), aisc_c_send_bytes_queue(), and aisc_open().
| aisc_bytes_list* aisc_com::aisc_client_bytes_last |
Definition at line 47 of file client_privat.h.
Referenced by aisc_c_add_to_bytes_queue(), and aisc_c_send_bytes_queue().
| SigHandler aisc_com::old_sigpipe_handler |
Definition at line 48 of file client_privat.h.
1.8.8