Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pollfd Struct Reference

#include <gwpoll.h>


Data Fields

int fd
short events
short revents


Field Documentation

short pollfd::events
 

Definition at line 86 of file gwpoll.h.

Referenced by fdset_listen(), fdset_register(), gwthread_pollfd(), gwthread_sleep(), and server_thread().

int pollfd::fd
 

Definition at line 85 of file gwpoll.h.

Referenced by fdset_register(), fdset_unregister(), find_entry(), gwthread_poll(), gwthread_pollfd(), gwthread_sleep(), poller(), remove_deleted_entries(), and server_thread().

short pollfd::revents
 

Definition at line 87 of file gwpoll.h.

Referenced by fdset_listen(), fdset_register(), gwthread_pollfd(), poller(), and server_thread().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.