summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-10 17:59:24 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-10 17:59:24 +0000
commita00be6b72f85d6fe57de4fbb4dbf92c67bc6976a (patch)
tree4793307e384e3ef3a21c5ccfe5ab85daa1114a69 /include
parentdd063ef23a40693a5b9bbef6e0f36e444aae94b6 (diff)
downloadzabbix-a00be6b72f85d6fe57de4fbb4dbf92c67bc6976a.tar.gz
zabbix-a00be6b72f85d6fe57de4fbb4dbf92c67bc6976a.tar.xz
zabbix-a00be6b72f85d6fe57de4fbb4dbf92c67bc6976a.zip
- [DEV-137] Misc bugs and improvements
git-svn-id: svn://svn.zabbix.com/trunk@5891 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index fe2e0430..d8a515c3 100644
--- a/include/common.h
+++ b/include/common.h
@@ -357,10 +357,10 @@ typedef enum
{
ITEM_STATUS_ACTIVE = 0,
ITEM_STATUS_DISABLED,
-/*ITEM_STATUS_TRAPPED 2*/
+/*ITEM_STATUS_TRAPPED 2*/
ITEM_STATUS_NOTSUPPORTED = 3,
- ITEM_STATUS_DELETED,
- ITEM_STATUS_NOTAVAILABLE
+/*ITEM_STATUS_DELETED 4*/
+/*ITEM_STATUS_NOTAVAILABLE 5*/
} zbx_item_status_t;
/* Trigger types */