diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-18 13:18:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-18 13:18:05 +0100 |
commit | 48d2be7a716d333c7bb0d5dff59f69918357fcde (patch) | |
tree | d078bcfe7f3dd46eaf168aa56330531047077c22 /src/libutil/radix.h | |
parent | 6e280e579b2d510fd8c2d3abe3ca652448cdc4a5 (diff) | |
download | rspamd-48d2be7a716d333c7bb0d5dff59f69918357fcde.tar.gz rspamd-48d2be7a716d333c7bb0d5dff59f69918357fcde.zip |
Use memory pool for radix.
Diffstat (limited to 'src/libutil/radix.h')
-rw-r--r-- | src/libutil/radix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/radix.h b/src/libutil/radix.h index 3ecb52eba..52dc96952 100644 --- a/src/libutil/radix.h +++ b/src/libutil/radix.h @@ -102,6 +102,8 @@ radix_insert_compressed (radix_compressed_t * tree, uintptr_t radix_find_compressed (radix_compressed_t * tree, guint8 *key, gsize keylen); +void radix_tree_destroy_compressed (radix_compressed_t *tree); + radix_compressed_t *radix_tree_create_compressed (void); #endif |