Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

poll.c File Reference

#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
#include <assert.h>
#include <string.h>
#include <asterisk/poll-compat.h>

Go to the source code of this file.

Defines

#define MAX(a, b)   ((a) > (b) ? (a) : (b))

Variables

unsigned long n_fds
fd_set * pReadSet
fd_set * pWriteSet
fd_set * pExceptSet
timeval * pSelTimeout
int timeout


Define Documentation

#define MAX a,
b       ((a) > (b) ? (a) : (b))
 

Definition at line 87 of file poll.c.


Variable Documentation

unsigned long n_fds
 

Definition at line 266 of file poll.c.

fd_set * pExceptSet
 

Definition at line 226 of file poll.c.

fd_set * pReadSet
 

Definition at line 224 of file poll.c.

struct timeval* pSelTimeout
 

Definition at line 159 of file poll.c.

fd_set * pWriteSet
 

Definition at line 225 of file poll.c.

int timeout
 

Definition at line 267 of file poll.c.

Referenced by ast_app_getdata(), ast_app_getdata_full(), ast_pbx_outgoing_app(), ast_pbx_outgoing_exten(), and ast_recvchar().


Generated on Thu Oct 28 11:33:06 2004 for Asterisk by doxygen1.2.15