FreeSWITCH API Documentation  1.7.0
Data Fields
switch_io_event_hook_kill_channel Struct Reference

Node in which to store custom kill channel callback hooks. More...

#include <switch_core_event_hook.h>

+ Collaboration diagram for switch_io_event_hook_kill_channel:

Data Fields

switch_kill_channel_hook_t kill_channel
 
struct
switch_io_event_hook_kill_channel
next
 

Detailed Description

Node in which to store custom kill channel callback hooks.

Definition at line 112 of file switch_core_event_hook.h.

Field Documentation

switch_kill_channel_hook_t switch_io_event_hook_kill_channel::kill_channel

the kill channel callback hook

Definition at line 114 of file switch_core_event_hook.h.

Referenced by switch_core_session_perform_kill_channel().

struct switch_io_event_hook_kill_channel* switch_io_event_hook_kill_channel::next

Definition at line 115 of file switch_core_event_hook.h.

Referenced by switch_core_session_perform_kill_channel().


The documentation for this struct was generated from the following file: