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