diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-20 08:16:49 -0700 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-20 08:16:49 -0700 |
commit | ad837700b86153be3587672124ee663c964f0f15 (patch) | |
tree | 7ec6e8fbe539a169d501a3d1767644b68fab2dab /src/radix.h | |
parent | baeb17562f47dc31610c0f65079c45a7e6ad44bb (diff) | |
download | rspamd-ad837700b86153be3587672124ee663c964f0f15.tar.gz rspamd-ad837700b86153be3587672124ee663c964f0f15.zip |
Refactor memory pool naming.
Diffstat (limited to 'src/radix.h')
-rw-r--r-- | src/radix.h | 2 |
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); |