|
PatchworkOS
966e257
A non-POSIX operating system.
|
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.
| ref_t local_conn_t::ref |
Definition at line 30 of file local_conn.h.
| list_entry_t local_conn_t::entry |
Definition at line 31 of file local_conn.h.
| ring_t local_conn_t::clientToServer |
Definition at line 32 of file local_conn.h.
| void* local_conn_t::clientToServerBuffer |
Definition at line 33 of file local_conn.h.
| ring_t local_conn_t::serverToClient |
Definition at line 34 of file local_conn.h.
| void* local_conn_t::serverToClientBuffer |
Definition at line 35 of file local_conn.h.
| local_listen_t* local_conn_t::listen |
Definition at line 36 of file local_conn.h.
| bool local_conn_t::isClosed |
Definition at line 37 of file local_conn.h.
| lock_t local_conn_t::lock |
Definition at line 38 of file local_conn.h.
| wait_queue_t local_conn_t::waitQueue |
Definition at line 39 of file local_conn.h.