| PatchworkOS
    | 
Local Connection structure. More...
#include <local_conn.h>
| Data Fields | |
| ref_t | ref | 
| list_entry_t | entry | 
| ring_t | clientToServer | 
| void * | clientToServerBuffer | 
| ring_t | serverToClient | 
| void * | serverToClientBuffer | 
| local_listen_t * | listen | 
| bool | isClosed | 
| lock_t | lock | 
| wait_queue_t | waitQueue | 
Local Connection structure.
Definition at line 28 of file local_conn.h.
| ring_t local_conn_t::clientToServer | 
Definition at line 32 of file local_conn.h.
Referenced by local_conn_new(), local_socket_poll(), local_socket_recv(), and local_socket_send().
| void* local_conn_t::clientToServerBuffer | 
Definition at line 33 of file local_conn.h.
Referenced by local_conn_free(), and local_conn_new().
| list_entry_t local_conn_t::entry | 
Definition at line 31 of file local_conn.h.
Referenced by local_conn_new(), and local_socket_connect().
| bool local_conn_t::isClosed | 
Definition at line 37 of file local_conn.h.
Referenced by local_conn_new(), local_listen_free(), local_socket_poll(), local_socket_recv(), and local_socket_send().
| local_listen_t* local_conn_t::listen | 
Definition at line 36 of file local_conn.h.
Referenced by local_conn_free(), and local_conn_new().
| lock_t local_conn_t::lock | 
Definition at line 38 of file local_conn.h.
Referenced by local_conn_new(), local_listen_free(), local_socket_poll(), local_socket_recv(), and local_socket_send().
| ref_t local_conn_t::ref | 
Definition at line 30 of file local_conn.h.
Referenced by local_conn_new().
| ring_t local_conn_t::serverToClient | 
Definition at line 34 of file local_conn.h.
Referenced by local_conn_new(), local_socket_poll(), local_socket_recv(), and local_socket_send().
| void* local_conn_t::serverToClientBuffer | 
Definition at line 35 of file local_conn.h.
Referenced by local_conn_free(), and local_conn_new().
| wait_queue_t local_conn_t::waitQueue | 
Definition at line 39 of file local_conn.h.
Referenced by local_conn_new(), local_listen_free(), local_socket_poll(), local_socket_recv(), and local_socket_send().