#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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(). |
1.2.15