summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-19 12:19:59 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-19 12:19:59 +0000
commit7434fa236e1a6d52f9d98d79f01cd69fcfdffc24 (patch)
tree4f734e19e598f54c19144fb654b604395bc61328 /include/common.h
parent8f48d61bd34c7420e7967874f60ead4f1e36fc66 (diff)
downloadzabbix-7434fa236e1a6d52f9d98d79f01cd69fcfdffc24.tar.gz
zabbix-7434fa236e1a6d52f9d98d79f01cd69fcfdffc24.tar.xz
zabbix-7434fa236e1a6d52f9d98d79f01cd69fcfdffc24.zip
Minor code beautification.
git-svn-id: svn://svn.zabbix.com/trunk@3898 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index d6f95c80..5b5a1d1d 100644
--- a/include/common.h
+++ b/include/common.h
@@ -209,7 +209,9 @@ typedef enum
CONDITION_TYPE_TRIGGER_NAME,
CONDITION_TYPE_TRIGGER_SEVERITY,
CONDITION_TYPE_TRIGGER_VALUE,
- CONDITION_TYPE_TIME_PERIOD
+ CONDITION_TYPE_TIME_PERIOD,
+ CONDITION_TYPE_SERVICE_TYPE,
+ CONDITION_TYPE_SERVICE_PORT
} zbx_condition_type_t;
/* Condition operators */