summaryrefslogtreecommitdiffstats
path: root/src/trie.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-20 08:16:49 -0700
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-20 08:16:49 -0700
commitad837700b86153be3587672124ee663c964f0f15 (patch)
tree7ec6e8fbe539a169d501a3d1767644b68fab2dab /src/trie.h
parentbaeb17562f47dc31610c0f65079c45a7e6ad44bb (diff)
downloadrspamd-ad837700b86153be3587672124ee663c964f0f15.tar.gz
rspamd-ad837700b86153be3587672124ee663c964f0f15.zip
Refactor memory pool naming.
Diffstat (limited to 'src/trie.h')
-rw-r--r--src/trie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trie.h b/src/trie.h
index ef01c3e4e..2792ee4a5 100644
--- a/src/trie.h
+++ b/src/trie.h
@@ -52,7 +52,7 @@ typedef struct rspamd_trie_s {
struct rspamd_trie_state root;
GPtrArray *fail_states;
gboolean icase;
- memory_pool_t *pool;
+ rspamd_mempool_t *pool;
} rspamd_trie_t;
/*