summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-09 09:31:34 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-09 09:31:34 +0000
commita6b057c94aab1d1dd636fcce5237556164624046 (patch)
tree9950a6e97f79f47b94a4910166c98a4f5ecac30c /include
parent5422393afccc526b8289f2999fc44b29441b419f (diff)
downloadzabbix-a6b057c94aab1d1dd636fcce5237556164624046.tar.gz
zabbix-a6b057c94aab1d1dd636fcce5237556164624046.tar.xz
zabbix-a6b057c94aab1d1dd636fcce5237556164624046.zip
- [DEV-167] added support of Host Template=<template> in actions
git-svn-id: svn://svn.zabbix.com/trunk@5690 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 2aa1e12a..56056a11 100644
--- a/include/common.h
+++ b/include/common.h
@@ -283,7 +283,8 @@ typedef enum
CONDITION_TYPE_DSERVICE_PORT,
CONDITION_TYPE_DSTATUS,
CONDITION_TYPE_DUPTIME,
- CONDITION_TYPE_DVALUE
+ CONDITION_TYPE_DVALUE,
+ CONDITION_TYPE_HOST_TEMPLATE
} zbx_condition_type_t;
/* Condition operators */