Mon Jun 27 16:51:23 2011

Asterisk developer's documentation


ast_framehook Struct Reference


Data Fields

ast_channelchan
int detach_and_destroy_me
ast_framehook_interface i
unsigned int id
struct {
   ast_framehook *   next
list

Detailed Description

Definition at line 35 of file framehook.c.


Field Documentation

struct ast_channel* chan

This pointer to ast_channel the framehook is attached to.

Definition at line 38 of file framehook.c.

Referenced by ast_framehook_attach(), ast_framehook_detach(), ast_framehook_list_destroy(), 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 42 of file framehook.c.

Referenced by ast_framehook_detach(), and framehook_list_push_event().

struct ast_framehook_interface i

Definition at line 36 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 40 of file framehook.c.

Referenced by ast_framehook_detach().

struct { ... } list

list entry for ast_framehook_list object

Referenced by ast_framehook_attach(), ast_framehook_detach(), ast_framehook_list_destroy(), and framehook_list_push_event().

struct ast_framehook* next

Definition at line 44 of file framehook.c.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 27 16:51:23 2011 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7