summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-23 07:58:39 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-23 07:58:39 +0000
commitc9ab150760446741460d7ef65de9f5ca643beb82 (patch)
tree9142e7c94e7d26e65a45de4c956628d26fa58b6c /include/common.h
parent67caec0a308312b19cc85f6c09e482d717c0f252 (diff)
downloadzabbix-c9ab150760446741460d7ef65de9f5ca643beb82.tar.gz
zabbix-c9ab150760446741460d7ef65de9f5ca643beb82.tar.xz
zabbix-c9ab150760446741460d7ef65de9f5ca643beb82.zip
- support of multiple actions per set of conidtions (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3910 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/common.h b/include/common.h
index 5cce21bd..a51d43be 100644
--- a/include/common.h
+++ b/include/common.h
@@ -188,9 +188,9 @@ typedef enum
#define ITEM_STORE_SPEED_PER_SECOND 1
#define ITEM_STORE_SIMPLE_CHANGE 2
-/* Recipient types for actions */
-#define RECIPIENT_TYPE_USER 0
-#define RECIPIENT_TYPE_GROUP 1
+/* Object types for operations */
+#define OPERATION_OBJECT_USER 0
+#define OPERATION_OBJECT_GROUP 1
/* Condition types */
typedef enum
@@ -311,9 +311,9 @@ typedef enum
#define ACTION_STATUS_ACTIVE 0
#define ACTION_STATUS_DISABLED 1
-/* Action type */
-#define ACTION_TYPE_MESSAGE 0
-#define ACTION_TYPE_COMMAND 1
+/* Operatio types */
+#define OPERATION_TYPE_MESSAGE 0
+#define OPERATION_TYPE_COMMAND 1
/* Algorithms for service status calculation */
#define SERVICE_ALGORITHM_NONE 0