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:
authorAndris Zeila <andris.zeila@zabbix.com>2015-01-13 17:38:16 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2015-01-13 17:38:16 +0300
commitec5bcdb1c671d990a0b2614f0afbb8abd631b086 (patch)
tree283bbd8ffaa2ef38b06ac0005366e1029f1d263a /include/sysinfo.h
parent3523493f042753307cb9c5295d714cd2154112bb (diff)
.......PS. [ZBX-8584] fixed vmware eventlog items sometimes returning duplicate values
[merge ^/branches/2.4 -c r51561]
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index aa5a1701719..fe0463ff4a1 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -199,7 +199,6 @@ 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);
-zbx_uint64_t get_log_result_lastlogsize(AGENT_RESULT *result);
void unquote_key_param(char *param);
void quote_key_param(char **param, int forced);