summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-10 13:34:58 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-10 13:34:58 +0000
commit495799b2aa61aab23d74d7faa110a0cd09d59bf0 (patch)
treef25c991e9a2c9db854dab7919700c70d9ee99ea8 /include
parentabafe94bd653f8510dba94760607869ff31b248d (diff)
downloadzabbix-495799b2aa61aab23d74d7faa110a0cd09d59bf0.tar.gz
zabbix-495799b2aa61aab23d74d7faa110a0cd09d59bf0.tar.xz
zabbix-495799b2aa61aab23d74d7faa110a0cd09d59bf0.zip
More changes for distributed monitoring.
git-svn-id: svn://svn.zabbix.com/trunk@3335 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index d0413664..e35c9dd5 100644
--- a/include/common.h
+++ b/include/common.h
@@ -217,6 +217,13 @@
#define ZBX_TYPE_TEXT 4
#define ZBX_TYPE_UINT 5
+/* Flags for node history exchange */
+#define ZBX_TABLE_HISTORY 0
+#define ZBX_TABLE_HISTORY_UINT 1
+#define ZBX_TABLE_HISTORY_STR 2
+#define ZBX_TABLE_HISTORY_LOG 3
+#define ZBX_TABLE_HISTORY_TEXT 4
+
/* Flags */
#define ZBX_SYNC 1
#define ZBX_NOSYNC 2