summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-30 07:20:29 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-30 07:20:29 +0000
commit52ba9f54e0d36442deb5b4b0ce5c713de7b8ea30 (patch)
treeaaf591a90a6f420b5642323835e24d76db283309 /include
parent8dcb80f95c589cacbddbb6072852b341c170136f (diff)
downloadzabbix-52ba9f54e0d36442deb5b4b0ce5c713de7b8ea30.tar.gz
zabbix-52ba9f54e0d36442deb5b4b0ce5c713de7b8ea30.tar.xz
zabbix-52ba9f54e0d36442deb5b4b0ce5c713de7b8ea30.zip
- [DEV-86] DM: Synchronizing all history data with master node (Sasha)
git-svn-id: svn://svn.zabbix.com/trunk@5120 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/common.h b/include/common.h
index 09c6c3a3..d800b952 100644
--- a/include/common.h
+++ b/include/common.h
@@ -429,13 +429,6 @@ typedef enum
#define ZBX_TYPE_UINT 5
#define ZBX_TYPE_ID 6
-/* 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
-
/* HTTP item types */
typedef enum
{