mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
move recovery engine up into the core
This commit is contained in:
@@ -184,8 +184,12 @@ struct switch_endpoint_interface {
|
||||
|
||||
/* parent */
|
||||
switch_loadable_module_interface_t *parent;
|
||||
|
||||
/* to facilitate linking */
|
||||
struct switch_endpoint_interface *next;
|
||||
|
||||
switch_core_recover_callback_t recover_callback;
|
||||
|
||||
};
|
||||
|
||||
/*! \brief Abstract handler to a timer module */
|
||||
|
||||
Reference in New Issue
Block a user