PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
client_t Struct Reference

#include <client.h>

Collaboration diagram for client_t:

Data Fields

list_entry_t entry
 
fd_t fd
 
list_t surfaces
 
event_bitmask_t bitmask
 
char recvBuffer [CLIENT_RECV_BUFFER_SIZE]
 
size_t recvLen
 

Detailed Description

Definition at line 12 of file client.h.

Field Documentation

◆ entry

list_entry_t client_t::entry

Definition at line 14 of file client.h.

◆ fd

fd_t client_t::fd

Definition at line 15 of file client.h.

◆ surfaces

list_t client_t::surfaces

Definition at line 16 of file client.h.

◆ bitmask

event_bitmask_t client_t::bitmask

Definition at line 17 of file client.h.

◆ recvBuffer

char client_t::recvBuffer[CLIENT_RECV_BUFFER_SIZE]

Definition at line 18 of file client.h.

◆ recvLen

size_t client_t::recvLen

Definition at line 19 of file client.h.


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