FS-7499: improve generic nack and vpx framing

This commit is contained in:
Anthony Minessale
2015-03-26 15:00:55 -05:00
committed by Michael Jerris
parent 7fc019a979
commit fa7695847a
8 changed files with 302 additions and 192 deletions

View File

@@ -231,6 +231,11 @@ SWITCH_DECLARE(void) switch_core_hash_this(switch_hash_index_t *hi, const void *
switch_hashtable_this(hi, key, klen, val);
}
SWITCH_DECLARE(void) switch_core_hash_this_val(switch_hash_index_t *hi, void *val)
{
switch_hashtable_this_val(hi, val);
}
SWITCH_DECLARE(switch_status_t) switch_core_inthash_init(switch_inthash_t **hash)
{