
Data Fields | |
| void(* | func )(void) |
| int | is_cleanup |
| struct { | |
| struct ast_atexit * next | |
| } | list |
Definition at line 210 of file asterisk.c.
| void(* func)(void) |
| int is_cleanup |
Definition at line 212 of file asterisk.c.
Referenced by ast_run_atexits(), and register_atexit().
| struct { ... } list |
struct ast_atexit* next [read] |
Definition at line 213 of file asterisk.c.
1.6.1