aboutsummaryrefslogtreecommitdiffstats
path: root/src/radix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/radix.h')
-rw-r--r--src/radix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radix.h b/src/radix.h
index 7e45f5d12..4cc2873c7 100644
--- a/src/radix.h
+++ b/src/radix.h
@@ -20,7 +20,7 @@ struct radix_node_s {
typedef struct {
radix_node_t *root;
size_t size;
- memory_pool_t *pool;
+ rspamd_mempool_t *pool;
} radix_tree_t;
typedef gboolean (*radix_tree_traverse_func)(guint32 key, guint32 mask, uintptr_t value, void *user_data);