Kannel: Open Source WAP and SMS gateway  svn-r5335
pollfd Struct Reference

#include <gwpoll.h>

Data Fields

int fd
 
short events
 
short revents
 

Detailed Description

Definition at line 84 of file gwpoll.h.

Field Documentation

◆ events

short pollfd::events

Definition at line 86 of file gwpoll.h.

Referenced by gw_poll(), gwthread_poll(), gwthread_pollfd(), gwthread_sleep(), and server_thread().

◆ fd

int pollfd::fd

Definition at line 85 of file gwpoll.h.

Referenced by gw_poll(), gwthread_poll(), gwthread_pollfd(), gwthread_sleep(), and server_thread().

◆ revents

short pollfd::revents

Definition at line 87 of file gwpoll.h.

Referenced by gw_poll(), gwthread_poll(), and gwthread_pollfd().


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.