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

| 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 37 of file framehook.c.
| struct ast_channel* chan | 
This pointer to ast_channel the framehook is attached to.
Definition at line 40 of file framehook.c.
Referenced by ast_framehook_attach(), ast_framehook_detach(), ast_framehook_list_destroy(), framehook_detach(), and framehook_list_push_event().
| int detach_and_destroy_me | 
when set, this signals the read and write function to detach the hook
Definition at line 44 of file framehook.c.
Referenced by ast_framehook_detach(), ast_framehook_list_contains_no_active_of_type(), and framehook_list_push_event().
| struct ast_framehook_interface i | 
Definition at line 38 of file framehook.c.
Referenced by ast_framehook_attach(), ast_framehook_list_contains_no_active_of_type(), ast_framehook_list_fixup(), framehook_detach(), and framehook_list_push_event().
| unsigned int id | 
the id representing this framehook on a channel
Definition at line 42 of file framehook.c.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), ast_framehook_attach(), ast_framehook_detach(), and ast_framehook_list_fixup().
| struct { ... } list | 
list entry for ast_framehook_list object
Referenced by ast_framehook_detach(), ast_framehook_list_contains_no_active_of_type(), ast_framehook_list_destroy(), and ast_framehook_list_fixup().
| struct ast_framehook* next | 
Definition at line 46 of file framehook.c.