summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-11-09 21:54:54 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-11-09 21:54:54 +0000
commitea43b5989622a03c809ebd2aca8b9ea4e2f5a763 (patch)
tree3b2a856ce86ffde8a70e23ccd96baf9b75823fd4 /include/common.h
parent12fb9a31a75ce2ba7a3c14fcc90eaf4344a7b437 (diff)
downloadzabbix-ea43b5989622a03c809ebd2aca8b9ea4e2f5a763.tar.gz
zabbix-ea43b5989622a03c809ebd2aca8b9ea4e2f5a763.tar.xz
zabbix-ea43b5989622a03c809ebd2aca8b9ea4e2f5a763.zip
- added upgrades/dbpatches/1.0beta6_to_1.0beta7/ with patches (Alexei)
- added item type TRAPPER (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@564 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 0562c541..82fbc7ab 100644
--- a/include/common.h
+++ b/include/common.h
@@ -17,6 +17,7 @@
/* Item types */
#define ITEM_TYPE_ZABBIX 0
#define ITEM_TYPE_SNMP 1
+#define ITEM_TYPE_TRAPPER 2
/* Item value types */
#define ITEM_VALUE_TYPE_FLOAT 0
@@ -31,7 +32,7 @@
/* Item statuses */
#define ITEM_STATUS_ACTIVE 0
#define ITEM_STATUS_DISABLED 1
-#define ITEM_STATUS_TRAPPED 2
+/*#define ITEM_STATUS_TRAPPED 2*/
#define ITEM_STATUS_NOTSUPPORTED 3
/* Host statuses */