FS-6453 --resolve

This commit is contained in:
Anthony Minessale
2014-04-11 03:24:14 +05:00
parent 7e9c350532
commit 7428746ce2
3 changed files with 50 additions and 40 deletions
+2 -1
View File
@@ -119,7 +119,8 @@ switch_create_hashtable(switch_hashtable_t **hp, unsigned int minsize,
typedef enum {
HASHTABLE_FLAG_NONE = 0,
HASHTABLE_FLAG_FREE_KEY = (1 << 0),
HASHTABLE_FLAG_FREE_VALUE = (1 << 1)
HASHTABLE_FLAG_FREE_VALUE = (1 << 1),
HASHTABLE_DUP_CHECK = (1 << 2)
} hashtable_flag_t;
SWITCH_DECLARE(int)