]> source.dussan.org Git - rspamd.git/commitdiff
Init mmaped file runtime function.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 26 Jan 2015 21:53:15 +0000 (21:53 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 26 Jan 2015 21:53:15 +0000 (21:53 +0000)
src/libstat/stat_config.c

index fe81a0a147cf053e7c4751a1075ea02bf92e9d95..b849b3ea06fa91131fbf7ef97402b8ba2c58577b 100644 (file)
@@ -48,6 +48,7 @@ struct rspamd_stat_backend stat_backends[] = {
        {
                .name = RSPAMD_DEFAULT_BACKEND,
                .init = rspamd_mmaped_file_init,
+               .runtime = rspamd_mmaped_file_runtime,
                .process_token = rspamd_mmaped_file_process_token,
                .total_learns = rspamd_mmaped_file_total_learns
        }