ReactOS 0.4.15-dev-8002-gbbb3b00
SelectSet Struct Reference

#include <sio.h>

Collaboration diagram for SelectSet:

Public Attributes

fd_set fds
 
struct timeval timeout
 
int maxfd
 
int numfds
 

Detailed Description

Definition at line 6 of file sio.h.

Member Data Documentation

◆ fds

fd_set SelectSet::fds

Definition at line 7 of file sio.h.

Referenced by SelectR(), SelectSetAdd(), SelectSetRemove(), and SelectW().

◆ maxfd

int SelectSet::maxfd

Definition at line 9 of file sio.h.

Referenced by SelectR(), SelectSetAdd(), and SelectW().

◆ numfds

int SelectSet::numfds

Definition at line 10 of file sio.h.

Referenced by SelectSetAdd(), and SelectSetRemove().

◆ timeout

struct timeval SelectSet::timeout

Definition at line 8 of file sio.h.

Referenced by SelectR(), SelectSetInit(), and SelectW().


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