| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
#include <gwpoll.h>
Data Fields | |
| int | fd | 
| short | events | 
| short | revents | 
| short pollfd::events | 
Definition at line 86 of file gwpoll.h.
Referenced by gw_poll(), gwthread_poll(), gwthread_pollfd(), gwthread_sleep(), and server_thread().
| int pollfd::fd | 
Definition at line 85 of file gwpoll.h.
Referenced by gw_poll(), gwthread_poll(), gwthread_pollfd(), gwthread_sleep(), and server_thread().
| short pollfd::revents | 
Definition at line 87 of file gwpoll.h.
Referenced by gw_poll(), gwthread_poll(), and gwthread_pollfd().