RTS API Documentation
1.10.11
|
Node in which to store custom kill channel callback hooks. More...
#include <switch_core_event_hook.h>
Data Fields | |
switch_kill_channel_hook_t | kill_channel |
struct switch_io_event_hook_kill_channel * | next |
Node in which to store custom kill channel callback hooks.
Definition at line 130 of file switch_core_event_hook.h.
switch_kill_channel_hook_t switch_io_event_hook_kill_channel::kill_channel |
the kill channel callback hook
Definition at line 132 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 133 of file switch_core_event_hook.h.
Referenced by switch_core_session_perform_kill_channel().