FreeRDP
WINPR_POLL_SET Struct Reference

#include <pollset.h>

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
 

Field Documentation

◆ fdIndex

FdIndex* WINPR_POLL_SET::fdIndex

◆ fillIndex

size_t WINPR_POLL_SET::fillIndex

◆ maxFd

int WINPR_POLL_SET::maxFd

◆ nread

int WINPR_POLL_SET::nread

◆ nwrite

int WINPR_POLL_SET::nwrite

◆ rset

fd_set WINPR_POLL_SET::rset

◆ rset_base

fd_set WINPR_POLL_SET::rset_base

◆ size

size_t WINPR_POLL_SET::size

◆ wset

fd_set WINPR_POLL_SET::wset

◆ wset_base

fd_set WINPR_POLL_SET::wset_base

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