summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-13 08:14:37 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-13 08:14:37 +0000
commit04ab7dc48ef9493350af3eef5c9b45d680aecd6d (patch)
tree78a0f75a75cd5eaebafb7c64ff74268c1fc77365 /include/common.h
parentc1bd0578e4007addfb567e10b9cfd2ad1b8a927a (diff)
downloadzabbix-04ab7dc48ef9493350af3eef5c9b45d680aecd6d.tar.gz
zabbix-04ab7dc48ef9493350af3eef5c9b45d680aecd6d.tar.xz
zabbix-04ab7dc48ef9493350af3eef5c9b45d680aecd6d.zip
Different approach to autodiscovery. Database changes.
git-svn-id: svn://svn.zabbix.com/trunk@3998 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 b5cd9229..2bbe40c6 100644
--- a/include/common.h
+++ b/include/common.h
@@ -220,7 +220,8 @@ typedef enum
CONDITION_TYPE_DHOST_IP,
CONDITION_TYPE_DSERVICE_TYPE,
CONDITION_TYPE_DSERVICE_PORT,
- CONDITION_TYPE_DSTATUS
+ CONDITION_TYPE_DSTATUS,
+ CONDITION_TYPE_DUPTIME
} zbx_condition_type_t;
/* Condition operators */