Asterisk - The Open Source Telephony Project
18.5.0
|
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(), 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 ast_framehook_attach(), ast_framehook_detach(), ast_framehook_list_fixup(), and Model::load().
struct { ... } list |
list entry for ast_framehook_list object
Referenced by ast_framehook_attach(), ast_framehook_detach(), ast_framehook_list_contains_no_active_of_type(), ast_framehook_list_destroy(), ast_framehook_list_fixup(), and framehook_list_push_event().
struct ast_framehook* next |
Definition at line 46 of file framehook.c.