From a1e2b2d84b185b5430252d7ead5806944be433af Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 8 Oct 2012 19:09:51 +0400 Subject: Make mlock option as tunable. --- src/statfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statfile.h') diff --git a/src/statfile.h b/src/statfile.h index 5f7e856e5..b6c6d0011 100644 --- a/src/statfile.h +++ b/src/statfile.h @@ -106,7 +106,7 @@ struct statfile; * @param max_size maximum size * @return statfile pool object */ -statfile_pool_t* statfile_pool_new (memory_pool_t *pool, size_t max_size); +statfile_pool_t* statfile_pool_new (memory_pool_t *pool, size_t max_size, gboolean use_mlock); /** * Open statfile and attach it to pool -- cgit v1.2.3