|
PatchworkOS
|
Local socket data structure. struct local_socket_data_t. More...
#include <local.h>
Data Fields | ||
| union { | ||
| struct { | ||
| local_listen_t * listen | ||
| } listen | ||
| struct { | ||
| local_conn_t * conn | ||
| bool isServer | ||
| } conn | ||
| }; | ||
| lock_t | lock | |
Local socket data structure. struct local_socket_data_t.
Stored in the private field of a socket_t for local sockets.
| union { ... } local_socket_data_t |
| local_conn_t* local_socket_data_t::conn |
Definition at line 68 of file local.h.
Referenced by local_socket_accept().
| struct { ... } local_socket_data_t::conn |
| local_listen_t* local_socket_data_t::listen |
| struct { ... } local_socket_data_t::listen |
| lock_t local_socket_data_t::lock |
Definition at line 72 of file local.h.
Referenced by local_socket_accept().