aboutsummaryrefslogtreecommitdiffstats
path: root/src/statfile.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2012-10-08 19:09:51 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2012-10-08 19:09:51 +0400
commita1e2b2d84b185b5430252d7ead5806944be433af (patch)
treec1dcf94b6772aa0160cd3b5cc3be120f9f8ac7f2 /src/statfile.h
parent21f0f09256917dd5dff8d3cf4680322f96c67b7f (diff)
downloadrspamd-a1e2b2d84b185b5430252d7ead5806944be433af.tar.gz
rspamd-a1e2b2d84b185b5430252d7ead5806944be433af.zip
Make mlock option as tunable.
Diffstat (limited to 'src/statfile.h')
-rw-r--r--src/statfile.h2
1 files changed, 1 insertions, 1 deletions
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