From 37b644413723670928f6b54f2abe0c852eb0b652 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 1 Nov 2022 08:56:26 +0100 Subject: Moved config-related allocations to config_pool and showing its size in memory usage --- conf/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/conf.h') diff --git a/conf/conf.h b/conf/conf.h index 96c873df..5ec924b0 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -96,7 +96,7 @@ void order_shutdown(int gr); /* Pools */ - +extern pool *config_pool; extern linpool *cfg_mem; #define cfg_alloc(size) lp_alloc(cfg_mem, size) -- cgit v1.2.3