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
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zbxmocktest.c')
-rw-r--r--tests/zbxmocktest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/zbxmocktest.c b/tests/zbxmocktest.c
index bffb75ed938..56a7844456d 100644
--- a/tests/zbxmocktest.c
+++ b/tests/zbxmocktest.c
@@ -146,6 +146,8 @@ char *CONFIG_TLS_PSK_FILE = NULL;
#endif
char *CONFIG_SOCKET_PATH = NULL;
+char *CONFIG_HISTORY_STORAGE_URL = NULL;
+char *CONFIG_HISTORY_STORAGE_OPTS = NULL;
const char title_message[] = "";
const char *usage_message[] = {NULL};