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:
authorVladimir Levijev <vladimir.levijev@zabbix.com>2016-01-18 17:42:50 +0300
committerVladimir Levijev <vladimir.levijev@zabbix.com>2016-01-18 17:42:50 +0300
commit058abd3a0e3b57bfc5a57bd115b2e5a85935cf16 (patch)
tree5d42a02d1be8ba51de394ed7715c3ea1fcd58a54 /include/proxy.h
parent9a653370af797762ced5a9965386f02e2093e2e0 (diff)
...GI..PS. [ZBX-10102] add support for log file meta information update for items with value type other than log (disregard r57741)
By accident, commit r57741 that claims adding this functionality does nothing. Please consider this commit.
Diffstat (limited to 'include/proxy.h')
-rw-r--r--include/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proxy.h b/include/proxy.h
index a11155b4c98..cac7b58289d 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -41,7 +41,7 @@ typedef struct
int severity;
int logeventid;
unsigned char state;
- unsigned char meta; /* meta information update (log size and mtime) */
+ unsigned char meta; /* non-zero of contains meta information (lastlogsize and mtime) */
}
AGENT_VALUE;