Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


io_rec Struct Reference

Kept for each file descriptor. More...

Data Fields

ast_io_cb callback
void * data
int * id

Detailed Description

Kept for each file descriptor.


Field Documentation

What is to be called

Definition at line 46 of file io.c.

Referenced by ast_io_add(), ast_io_change(), ast_io_wait(), and ast_io_dump().

void* data

Data to be passed

Definition at line 47 of file io.c.

Referenced by ast_io_add(), ast_io_change(), ast_io_wait(), and ast_io_dump().

int* id

ID number

Definition at line 48 of file io.c.

Referenced by ast_io_add(), io_shrink(), ast_io_remove(), ast_io_wait(), and ast_io_dump().


The documentation for this struct was generated from the following file: