FreeRDP
WINPR_POLL_SET Struct Reference
Collaboration diagram for WINPR_POLL_SET:

Data Fields

FdIndexfdIndex
 
fd_set rset_base
 
fd_set rset
 
fd_set wset_base
 
fd_set wset
 
int nread
 
int nwrite
 
int maxFd
 
size_t fillIndex
 
size_t size
 

Detailed Description

Definition at line 41 of file pollset.h.

Field Documentation

◆ fdIndex

FdIndex* WINPR_POLL_SET::fdIndex

Definition at line 48 of file pollset.h.

◆ fillIndex

size_t WINPR_POLL_SET::fillIndex

Definition at line 56 of file pollset.h.

◆ maxFd

int WINPR_POLL_SET::maxFd

Definition at line 54 of file pollset.h.

◆ nread

int WINPR_POLL_SET::nread

Definition at line 53 of file pollset.h.

◆ nwrite

int WINPR_POLL_SET::nwrite

Definition at line 53 of file pollset.h.

◆ rset

fd_set WINPR_POLL_SET::rset

Definition at line 50 of file pollset.h.

◆ rset_base

fd_set WINPR_POLL_SET::rset_base

Definition at line 49 of file pollset.h.

◆ size

size_t WINPR_POLL_SET::size

Definition at line 57 of file pollset.h.

◆ wset

fd_set WINPR_POLL_SET::wset

Definition at line 52 of file pollset.h.

◆ wset_base

fd_set WINPR_POLL_SET::wset_base

Definition at line 51 of file pollset.h.


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