aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-01-05 17:20:13 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-01-05 17:20:13 +0000
commit348e129aac10e5668aa16d19bffdb95473d52883 (patch)
treea620182417f9ea49d4411a19c7baba9a22861d75 /src/libserver/cfg_file.h
parentd26c0a18a7c5670e97bc23c902b609e17979122f (diff)
downloadrspamd-348e129aac10e5668aa16d19bffdb95473d52883.tar.gz
rspamd-348e129aac10e5668aa16d19bffdb95473d52883.zip
[Feature] Add neighbours option to support Rspamd cluster in WebUI
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index 3be0c7c4d..a6399010b 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -425,6 +425,7 @@ struct rspamd_config {
gchar *ssl_ciphers; /**< set of preferred ciphers */
gchar *zstd_input_dictionary; /**< path to zstd input dictionary */
gchar *zstd_output_dictionary; /**< path to zstd output dictionary */
+ ucl_object_t *neighbours; /**< other servers in the cluster */
ref_entry_t ref; /**< reference counter */
};