Function switch_event_deliver

Source
pub unsafe extern "C" fn switch_event_deliver(
    event: *mut *mut switch_event_t,
)
Expand description

\brief Deliver an event to all of the registered event listeners \param event the event to send (will be nulled) \note normaly use switch_event_fire for delivering events (only use this when you wish to deliver the event blocking on your thread)