Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
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.

Definition at line 54 of file io.c.

Field Documentation

◆ callback

ast_io_cb callback

What is to be called

Definition at line 55 of file io.c.

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

◆ data

void* data

Data to be passed

Definition at line 56 of file io.c.

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

◆ id

int* id

ID number

Definition at line 57 of file io.c.

Referenced by ast_io_add(), ast_io_change(), ast_io_dump(), ast_io_remove(), ast_io_wait(), io_shrink(), and Model::load().


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