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 'src/zabbix_agent/active.h')
-rw-r--r--src/zabbix_agent/active.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zabbix_agent/active.h b/src/zabbix_agent/active.h
index 240f2667d0e..6a75cdf33ed 100644
--- a/src/zabbix_agent/active.h
+++ b/src/zabbix_agent/active.h
@@ -48,6 +48,7 @@ typedef struct
char *hostname;
zbx_config_tls_t *zbx_config_tls;
zbx_get_program_type_f zbx_get_program_type_cb_arg;
+ char *config_file;
}
zbx_thread_activechk_args;