Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-07-28 09:49:37 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-07-28 09:49:37 +0300
commite9bc598e03487646ec047d63955c185fdbc188f6 (patch)
tree31c6dabd231d2c19531367c102495443e1072fe3 /tests
parentd7e13865027f7f27acfc0416c258788ae65f9445 (diff)
parent1079e94614669d3ec3336d223cf209585988c153 (diff)
.......... [ZBX-19524] merged branch 'release/5.4' of ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBX-19524-5.4
Diffstat (limited to 'tests')
-rw-r--r--tests/zbxmocktest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/zbxmocktest.c b/tests/zbxmocktest.c
index 0f08839e738..63ea0efeafb 100644
--- a/tests/zbxmocktest.c
+++ b/tests/zbxmocktest.c
@@ -174,6 +174,9 @@ char *CONFIG_HISTORY_STORAGE_URL = NULL;
char *CONFIG_HISTORY_STORAGE_OPTS = NULL;
int CONFIG_HISTORY_STORAGE_PIPELINES = 0;
+/* not used in tests, defined for linking with comms.c */
+int CONFIG_TCP_MAX_BACKLOG_SIZE = SOMAXCONN;
+
const char title_message[] = "mock_title_message";
const char *usage_message[] = {"mock_usage_message", NULL};
const char *help_message[] = {"mock_help_message", NULL};