Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_framehook_list Struct Reference
Collaboration diagram for ast_framehook_list:
Collaboration graph
[legend]

Data Fields

unsigned int count
 
unsigned int id_count
 
struct {
   struct ast_framehook *   first
 
   struct ast_framehook *   last
 
list
 

Detailed Description

Definition at line 49 of file framehook.c.

Field Documentation

◆ count

unsigned int count

the number of hooks currently present

Definition at line 51 of file framehook.c.

Referenced by ast_framehook_attach(), and framehook_list_push_event().

◆ first

struct ast_framehook* first

Definition at line 54 of file framehook.c.

◆ id_count

unsigned int id_count

id for next framehook added

Definition at line 53 of file framehook.c.

Referenced by ast_framehook_attach().

◆ last

struct ast_framehook* last

Definition at line 54 of file framehook.c.

◆ 

struct { ... } list

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