Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
Data Fields | |
void(* | func )(void) |
int | is_cleanup |
struct { | |
struct ast_atexit * next | |
} | list |
Definition at line 335 of file asterisk.c.
void(* func) (void) |
Definition at line 336 of file asterisk.c.
Referenced by __ast_unregister_atexit(), ast_register_atexit(), ast_register_cleanup(), ast_run_atexits(), ast_unregister_atexit(), and register_atexit().
int is_cleanup |
Definition at line 337 of file asterisk.c.
Referenced by ast_run_atexits(), and register_atexit().
struct { ... } list |
Referenced by __ast_unregister_atexit(), ast_run_atexits(), and register_atexit().
struct ast_atexit* next |
Definition at line 338 of file asterisk.c.