move recovery engine up into the core

This commit is contained in:
Anthony Minessale
2012-08-22 16:24:09 -05:00
parent 8aaca1cef3
commit 66677c940a
9 changed files with 454 additions and 3 deletions
+4
View File
@@ -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 */