| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| unsigned int | count | |
| unsigned int | id_count | |
| struct { | ||
| struct ast_framehook * first | ||
| struct ast_framehook * last | ||
| } | list | |
Definition at line 49 of file framehook.c.
| 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().
| struct ast_framehook* first | 
Definition at line 54 of file framehook.c.
| unsigned int id_count | 
id for next framehook added
Definition at line 53 of file framehook.c.
Referenced by ast_framehook_attach().
| struct ast_framehook* last | 
Definition at line 54 of file framehook.c.
| struct { ... } list |