Public Attributes | |
unsigned int | delayed_events |
unsigned int | events |
int | got_disconnect |
int | got_fin |
int | is_server_connection |
int | open_handles |
uv_poll_t | poll_handle |
size_t | read |
size_t | sent |
int | sent_fin |
uv_os_sock_t | sock |
uv_timer_t | timer_handle |
Definition at line 57 of file test-poll.c.
unsigned int connection_context_s::delayed_events |
Definition at line 65 of file test-poll.c.
unsigned int connection_context_s::events |
Definition at line 65 of file test-poll.c.
int connection_context_s::got_disconnect |
Definition at line 64 of file test-poll.c.
int connection_context_s::got_fin |
Definition at line 64 of file test-poll.c.
int connection_context_s::is_server_connection |
Definition at line 62 of file test-poll.c.
int connection_context_s::open_handles |
Definition at line 63 of file test-poll.c.
uv_poll_t connection_context_s::poll_handle |
Definition at line 58 of file test-poll.c.
size_t connection_context_s::read |
Definition at line 61 of file test-poll.c.
size_t connection_context_s::sent |
Definition at line 61 of file test-poll.c.
int connection_context_s::sent_fin |
Definition at line 64 of file test-poll.c.
uv_os_sock_t connection_context_s::sock |
Definition at line 60 of file test-poll.c.
uv_timer_t connection_context_s::timer_handle |
Definition at line 59 of file test-poll.c.