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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2014-07-16 16:28:13 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2014-07-16 16:28:13 +0400
commite4692015cf70f17d82d6ec1b2284c539fc9e348e (patch)
treef689aa307622c1d13b7068bc91e4f66c41cf8d49 /include/sysinfo.h
parent30ea8044ae13b5aed4a1f652412698689f9680c9 (diff)
.......PS. [ZBXNEXT-1848] zabbix[host,,maintenance] and zabbix[proxy,<name>,lastaccess] will be processed by server only
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index dbd19db123a..b74a7d0d21f 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -189,7 +189,7 @@ void free_result(AGENT_RESULT *result);
void init_request(AGENT_REQUEST *request);
void free_request(AGENT_REQUEST *request);
-int parse_item_key(char *cmd, AGENT_REQUEST *request);
+int parse_item_key(const char *itemkey, AGENT_REQUEST *request);
zbx_log_t *add_log_result(AGENT_RESULT *result, const char *value);
void set_log_result_empty(AGENT_RESULT *result);