Data Fields | |
void(* | func )(void) |
struct { | |
ast_atexit * next | |
} | list |
Definition at line 199 of file asterisk.c.
void(* func)(void) |
Referenced by ast_run_atexits(), and ast_unregister_atexit().
struct { ... } list |
Referenced by ast_register_atexit(), ast_register_file_version(), ast_register_thread(), ast_run_atexits(), ast_unregister_atexit(), ast_unregister_file_version(), ast_unregister_thread(), complete_show_version_files(), complete_show_version_files_deprecated(), handle_show_threads(), handle_show_version_files(), and handle_show_version_files_deprecated().
struct ast_atexit* next |
Definition at line 201 of file asterisk.c.