Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
zombie Struct Reference
Collaboration diagram for zombie:
Collaboration graph
[legend]

Data Fields

struct {
   struct zombie *   next
 
list
 
pid_t pid
 

Detailed Description

Examples:
/usr/src/asterisk-18.5.0/main/app.c.

Definition at line 77 of file main/app.c.

Field Documentation

◆ list

struct { ... } list

◆ next

struct zombie* next
Examples:
/usr/src/asterisk-18.5.0/main/app.c.

Definition at line 79 of file main/app.c.

Referenced by ast_str_get_encoded_str().

◆ pid

pid_t pid
Examples:
/usr/src/asterisk-18.5.0/main/app.c.

Definition at line 78 of file main/app.c.

Referenced by ast_safe_fork(), and shaun_of_the_dead().


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