aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/radix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/radix.h')
-rw-r--r--src/libutil/radix.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libutil/radix.h b/src/libutil/radix.h
index a7ea7f868..4200cf65e 100644
--- a/src/libutil/radix.h
+++ b/src/libutil/radix.h
@@ -104,4 +104,9 @@ gboolean radix_add_generic_iplist (const gchar *ip_list,
*/
gsize radix_get_size (radix_compressed_t *tree);
+/**
+ * Returns memory pool associated with the radix tree
+ */
+rspamd_mempool_t* radix_get_pool (radix_compressed_t *tree);
+
#endif