summaryrefslogtreecommitdiff
path: root/src/basic/mempool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/mempool.h')
-rw-r--r--src/basic/mempool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/mempool.h b/src/basic/mempool.h
index 2a41cb358..e223fc16f 100644
--- a/src/basic/mempool.h
+++ b/src/basic/mempool.h
@@ -23,6 +23,8 @@ static struct mempool pool_name = { \
.at_least = alloc_at_least, \
}
+bool mempool_enabled(void);
+
#if VALGRIND
void mempool_drop(struct mempool *mp);
#endif