diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-10-16 19:13:06 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-10-16 19:13:06 +0400 |
commit | d7a22c22ccc8aa3cd95c461d13f538b6d321ddc1 (patch) | |
tree | 007c1c8bc33899e76965ccfbb5b75021092d6b01 /src/cfg_file.h | |
parent | 8909ac45092c23bb6283ae389a5f6c94de49ad9d (diff) | |
download | rspamd-d7a22c22ccc8aa3cd95c461d13f538b6d321ddc1.tar.gz rspamd-d7a22c22ccc8aa3cd95c461d13f538b6d321ddc1.zip |
* Add growing coefficient to factors consolidation callback
* Fix registering functions from lua
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index afa150a4c..6a0835f51 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -238,6 +238,7 @@ struct config_file { GHashTable *classifiers_symbols; /**< hashtable indexed by symbol name of classifiers */ GHashTable* cfg_params; /**< all cfg params indexed by its name in this structure */ int clock_res; /**< resolution of clock used */ + double grow_factor; /**< grow factor for consolidation callback */ GList *views; /**< views */ GHashTable* domain_settings; /**< settings per-domains */ GHashTable* user_settings; /**< settings per-user */ |