timer based nat_map refresh

This commit is contained in:
Rupa Schomaker
2010-06-20 19:21:42 -05:00
parent 3d54eec814
commit b36f2a23bf
3 changed files with 27 additions and 0 deletions
Regular → Executable
+8
View File
@@ -57,6 +57,14 @@ typedef enum {
\note Generally called by the core_init
*/
SWITCH_DECLARE(void) switch_nat_init(switch_memory_pool_t *pool);
/*!
\brief Initilize the rest of the NAT Traversal System
\note nat_init is called prior to some other modules being loaded.
This method allows us to init the rest of the NAT system.
*/
SWITCH_DECLARE(void) switch_nat_late_init(void);
/*!
\brief Shuts down the NAT Traversal System
*/