PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
local_conn_t Struct Reference

Local Connection structure. More...

#include <local_conn.h>

Collaboration diagram for local_conn_t:

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

◆ ref

ref_t local_conn_t::ref

Definition at line 30 of file local_conn.h.

◆ entry

list_entry_t local_conn_t::entry

Definition at line 31 of file local_conn.h.

◆ clientToServer

ring_t local_conn_t::clientToServer

Definition at line 32 of file local_conn.h.

◆ clientToServerBuffer

void* local_conn_t::clientToServerBuffer

Definition at line 33 of file local_conn.h.

◆ serverToClient

ring_t local_conn_t::serverToClient

Definition at line 34 of file local_conn.h.

◆ serverToClientBuffer

void* local_conn_t::serverToClientBuffer

Definition at line 35 of file local_conn.h.

◆ listen

local_listen_t* local_conn_t::listen

Definition at line 36 of file local_conn.h.

◆ isClosed

bool local_conn_t::isClosed

Definition at line 37 of file local_conn.h.

◆ lock

lock_t local_conn_t::lock

Definition at line 38 of file local_conn.h.

◆ waitQueue

wait_queue_t local_conn_t::waitQueue

Definition at line 39 of file local_conn.h.


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