PatchworkOS
Loading...
Searching...
No Matches
local_conn_t Struct Reference

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_tlisten
 
bool isClosed
 
lock_t lock
 
wait_queue_t waitQueue
 

Detailed Description

Local Connection structure.

Definition at line 28 of file local_conn.h.

Field Documentation

◆ clientToServer

ring_t local_conn_t::clientToServer

◆ clientToServerBuffer

void* local_conn_t::clientToServerBuffer

Definition at line 33 of file local_conn.h.

Referenced by local_conn_free(), and local_conn_new().

◆ entry

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().

◆ isClosed

bool local_conn_t::isClosed

◆ listen

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

lock_t local_conn_t::lock

◆ ref

ref_t local_conn_t::ref

Definition at line 30 of file local_conn.h.

Referenced by local_conn_new().

◆ serverToClient

ring_t local_conn_t::serverToClient

◆ serverToClientBuffer

void* local_conn_t::serverToClientBuffer

Definition at line 35 of file local_conn.h.

Referenced by local_conn_free(), and local_conn_new().

◆ waitQueue

wait_queue_t local_conn_t::waitQueue

The documentation for this struct was generated from the following file: