FreeSWITCH API Documentation  1.7.0
Data Fields
switch_io_event_hook_state_run Struct Reference

Node in which to store state run callback hooks. More...

#include <switch_core_event_hook.h>

+ Collaboration diagram for switch_io_event_hook_state_run:

Data Fields

switch_state_run_hook_t state_run
 
struct
switch_io_event_hook_state_run
next
 

Detailed Description

Node in which to store state run callback hooks.

Definition at line 140 of file switch_core_event_hook.h.

Field Documentation

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().


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