Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
ast_atexit Struct Reference
Collaboration diagram for ast_atexit:
Collaboration graph
[legend]

Data Fields

void(* func )(void)
 
int is_cleanup
 
struct { 
 
   struct ast_atexit *   next 
 
list 
 

Detailed Description

Definition at line 335 of file asterisk.c.

Field Documentation

◆ func

void(* func) (void)

◆ is_cleanup

int is_cleanup

Definition at line 337 of file asterisk.c.

Referenced by ast_run_atexits(), and register_atexit().

◆ [struct]

struct { ... } list

◆ next

struct ast_atexit* next

Definition at line 338 of file asterisk.c.


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