summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-04 08:42:31 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-04 08:42:31 +0000
commit621b3e8d4771f21e4ac620f957abdb5dc8573fd6 (patch)
tree7c715328526416ca76f7ef73ba5a7748cc51f69f /include/common.h
parentacf3d2d5e9493430c187af9dc673bf5fcf438593 (diff)
downloadzabbix-621b3e8d4771f21e4ac620f957abdb5dc8573fd6.tar.gz
zabbix-621b3e8d4771f21e4ac620f957abdb5dc8573fd6.tar.xz
zabbix-621b3e8d4771f21e4ac620f957abdb5dc8573fd6.zip
- added support of NOT IN operator for time periods (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@4423 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 1b4e6f6d..2ed7607c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -286,7 +286,8 @@ typedef enum
CONDITION_OPERATOR_NOT_LIKE,
CONDITION_OPERATOR_IN,
CONDITION_OPERATOR_MORE_EQUAL,
- CONDITION_OPERATOR_LESS_EQUAL
+ CONDITION_OPERATOR_LESS_EQUAL,
+ CONDITION_OPERATOR_NOT_IN
} zbx_condition_op_t;
typedef enum