Data Fields | |
unsigned int | id_count |
struct { | |
struct ast_framehook * first | |
struct ast_framehook * last | |
} | list |
Definition at line 51 of file framehook.c.
struct ast_framehook* first [read] |
Definition at line 53 of file framehook.c.
unsigned int id_count |
Definition at line 52 of file framehook.c.
Referenced by ast_framehook_attach().
struct ast_framehook* last [read] |
Definition at line 53 of file framehook.c.
struct { ... } list |