Asterisk - The Open Source Telephony Project  18.5.0
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 328 of file asterisk.c.

Field Documentation

◆ func

void(* func) (void)

◆ is_cleanup

int is_cleanup

Definition at line 330 of file asterisk.c.

Referenced by ast_run_atexits(), and register_atexit().

◆ list

struct { ... } list

◆ next

struct ast_atexit* next

Definition at line 331 of file asterisk.c.


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