FreeSWITCH API Documentation
1.7.0
|
Node in which to store state run callback hooks. More...
#include <switch_core_event_hook.h>
Data Fields | |
switch_state_run_hook_t | state_run |
struct switch_io_event_hook_state_run * | next |
Node in which to store state run callback hooks.
Definition at line 140 of file switch_core_event_hook.h.
struct switch_io_event_hook_state_run* switch_io_event_hook_state_run::next |
Definition at line 143 of file switch_core_event_hook.h.
Referenced by switch_core_session_run().
switch_state_run_hook_t switch_io_event_hook_state_run::state_run |
the state run channel callback hook
Definition at line 142 of file switch_core_event_hook.h.
Referenced by switch_core_session_run().