aboutsummaryrefslogtreecommitdiffstats
path: root/src/trie.h
diff options
context:
space:
mode:
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;
/*