diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-20 16:17:24 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-20 16:17:24 +0000 |
commit | 13cb93001a2cb7dbf7db85b25ac22558da4f610b (patch) | |
tree | 468ad6403e5649017593b3c8ae960132759a7045 /src/libserver/cfg_file.h | |
parent | a42332ca48be149ed950ed9ccaf81d58783a13c9 (diff) | |
download | rspamd-13cb93001a2cb7dbf7db85b25ac22558da4f610b.tar.gz rspamd-13cb93001a2cb7dbf7db85b25ac22558da4f610b.zip |
Fix upstreams usage
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 96fc56d52..6263705ac 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -309,6 +309,7 @@ struct rspamd_config { guint upstream_max_errors; /**< upstream max errors before shutting off */ gdouble upstream_error_time; /**< rate of upstream errors */ gdouble upstream_revive_time; /**< revive timeout for upstreams */ + struct upstream_ctx *ups_ctx; /**< upstream context */ guint min_word_len; /**< minimum length of the word to be considered */ guint max_word_len; /**< maximum length of the word to be considered */ |