summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-19 20:39:45 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-19 20:39:45 +0000
commit80e1c36d1b3ae7593d368ca1e4d7bee2ff8f40f7 (patch)
treea8bca294692cb6daa0b15fd41979dba43ce0cd05 /include/common.h
parent7434fa236e1a6d52f9d98d79f01cd69fcfdffc24 (diff)
downloadzabbix-80e1c36d1b3ae7593d368ca1e4d7bee2ff8f40f7.tar.gz
zabbix-80e1c36d1b3ae7593d368ca1e4d7bee2ff8f40f7.tar.xz
zabbix-80e1c36d1b3ae7593d368ca1e4d7bee2ff8f40f7.zip
Beautification of code.
git-svn-id: svn://svn.zabbix.com/trunk@3899 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 5b5a1d1d..5cce21bd 100644
--- a/include/common.h
+++ b/include/common.h
@@ -210,8 +210,9 @@ typedef enum
CONDITION_TYPE_TRIGGER_SEVERITY,
CONDITION_TYPE_TRIGGER_VALUE,
CONDITION_TYPE_TIME_PERIOD,
- CONDITION_TYPE_SERVICE_TYPE,
- CONDITION_TYPE_SERVICE_PORT
+ CONDITION_TYPE_DHOST_IP,
+ CONDITION_TYPE_DSERVICE_TYPE,
+ CONDITION_TYPE_DSERVICE_PORT
} zbx_condition_type_t;
/* Condition operators */