diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-09-02 20:24:41 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-09-02 20:24:41 +0400 |
commit | 07a2e0b3c8ac8249f35423ab79b23b6b5ab11c51 (patch) | |
tree | 231437d521e228e95de289f15b1fcc4878db4b03 /src/statfile.h | |
parent | 5086821ae43d0283ed8b839c847ca267c3c81d2c (diff) | |
download | rspamd-07a2e0b3c8ac8249f35423ab79b23b6b5ab11c51.tar.gz rspamd-07a2e0b3c8ac8249f35423ab79b23b6b5ab11c51.zip |
* Many fixes to statfile syncronization system
* Fixed statfile pool initialization and synchronization with disk
Diffstat (limited to 'src/statfile.h')
-rw-r--r-- | src/statfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statfile.h b/src/statfile.h index a43000534..95f800ce6 100644 --- a/src/statfile.h +++ b/src/statfile.h @@ -96,7 +96,7 @@ typedef struct statfile_pool_s { * @param max_size maximum size * @return statfile pool object */ -statfile_pool_t* statfile_pool_new (size_t max_size); +statfile_pool_t* statfile_pool_new (memory_pool_t *pool, size_t max_size); /** * Open statfile and attach it to pool |