
Data Fields | |
| unsigned int | id_count |
| struct { | |
| struct ast_framehook * first | |
| struct ast_framehook * last | |
| } | list |
Definition at line 47 of file framehook.c.
| struct ast_framehook* first |
Definition at line 49 of file framehook.c.
| unsigned int id_count |
Definition at line 48 of file framehook.c.
Referenced by ast_framehook_attach().
| struct ast_framehook* last |
Definition at line 49 of file framehook.c.
| struct { ... } list |