
Data Fields | |
| int | current_ioc |
| unsigned int | fdcnt |
| struct pollfd * | fds |
| struct io_rec * | ior |
| unsigned int | maxfdcnt |
| int | needshrink |
Definition at line 67 of file io.c.
| int current_ioc |
Definition at line 77 of file io.c.
Referenced by ast_io_remove(), ast_io_wait(), and io_context_create().
| unsigned int fdcnt |
Definition at line 73 of file io.c.
Referenced by ast_io_add(), ast_io_change(), ast_io_dump(), ast_io_remove(), ast_io_wait(), io_context_create(), and io_shrink().
Definition at line 69 of file io.c.
Referenced by ast_io_add(), ast_io_change(), ast_io_dump(), ast_io_remove(), ast_io_wait(), io_context_create(), io_context_destroy(), io_grow(), and io_shrink().
Definition at line 71 of file io.c.
Referenced by ast_io_add(), ast_io_change(), ast_io_dump(), ast_io_remove(), ast_io_wait(), io_context_create(), io_context_destroy(), io_grow(), and io_shrink().
| unsigned int maxfdcnt |
Definition at line 75 of file io.c.
Referenced by ast_io_add(), ast_io_dump(), io_context_create(), and io_grow().
| int needshrink |
Definition at line 79 of file io.c.
Referenced by ast_io_remove(), ast_io_wait(), io_context_create(), and io_shrink().
1.5.5