WvStreams
Public Attributes | List of all members
IWvStream::SelectInfo Struct Reference

the data structure used by pre_select()/post_select() and internally by select(). More...

#include <iwvstream.h>

Public Attributes

fd_set read
 
fd_set write
 
fd_set except
 
SelectRequest wants
 
int max_fd
 
time_t msec_timeout
 
bool inherit_request
 
bool global_sure
 

Detailed Description

the data structure used by pre_select()/post_select() and internally by select().

Definition at line 50 of file debian/libwvstreams-dev/usr/include/wvstreams/iwvstream.h.

Member Data Documentation

◆ read

fd_set IWvStream::SelectInfo::read

◆ write

fd_set IWvStream::SelectInfo::write

◆ except

fd_set IWvStream::SelectInfo::except

◆ wants

SelectRequest IWvStream::SelectInfo::wants

◆ max_fd

int IWvStream::SelectInfo::max_fd

◆ msec_timeout

time_t IWvStream::SelectInfo::msec_timeout

◆ inherit_request

bool IWvStream::SelectInfo::inherit_request

◆ global_sure

bool IWvStream::SelectInfo::global_sure

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