
Data Fields | |
| struct ast_channel * | chan |
| int | detach_and_destroy_me |
| struct ast_framehook_interface | i |
| unsigned int | id |
| struct { | |
| struct ast_framehook * next | |
| } | list |
Definition at line 39 of file framehook.c.
| struct ast_channel* chan |
This pointer to ast_channel the framehook is attached to.
Definition at line 42 of file framehook.c.
Referenced by ast_framehook_attach(), and framehook_list_push_event().
when set, this signals the read and write function to detach the hook
Definition at line 46 of file framehook.c.
Referenced by ast_framehook_detach(), and framehook_list_push_event().
| struct ast_framehook_interface i |
Definition at line 40 of file framehook.c.
Referenced by ast_framehook_attach(), and framehook_list_push_event().
| unsigned int id |
the id representing this framehook on a channel
Definition at line 44 of file framehook.c.
Referenced by ast_framehook_attach(), and ast_framehook_detach().
| struct { ... } list |
list entry for ast_framehook_list object
| struct ast_framehook* next |
Definition at line 48 of file framehook.c.