PatchworkOS  10941b4
A non-POSIX operating system.
Loading...
Searching...
No Matches
local_socket_t Struct Reference

Local socket data structure. struct local_socket_t. More...

#include <local.h>

Collaboration diagram for local_socket_t:

Data Fields

local_listen_tlisten
 
local_conn_tconn
 
bool isServer
 

Detailed Description

Local socket data structure. struct local_socket_t.

Stored in the private field of a socket_t for local sockets.

Definition at line 56 of file local.h.

Field Documentation

◆ listen

local_listen_t* local_socket_t::listen

Definition at line 58 of file local.h.

◆ conn

local_conn_t* local_socket_t::conn

Definition at line 59 of file local.h.

◆ isServer

bool local_socket_t::isServer

Definition at line 60 of file local.h.


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