summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-14 12:16:49 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-14 12:16:49 +0000
commit6d1c51d9ae6e65a0619b6cb9d2ccefb4a972707f (patch)
tree6e6b00f51f858f9ddc84dc469d9f61086acb7961 /include
parent6d47f4278d61e0efde9cafab7d4dd5477f974891 (diff)
downloadzabbix-6d1c51d9ae6e65a0619b6cb9d2ccefb4a972707f.tar.gz
zabbix-6d1c51d9ae6e65a0619b6cb9d2ccefb4a972707f.tar.xz
zabbix-6d1c51d9ae6e65a0619b6cb9d2ccefb4a972707f.zip
- [DEV-95] added user status enabled/disabled (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5241 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 88cf8512..f2a5c40c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -347,6 +347,13 @@ typedef enum
TRIGGER_TYPE_MULTIPLE_TRUE
} zbx_trigger_type_t;
+/* User statuses */
+typedef enum
+{
+ USER_STATUS_ACTIVE = 0,
+ USER_STATUS_DISABLED
+} zbx_user_status_type_t;
+
/* HTTP Tests statuses */
#define HTTPTEST_STATUS_MONITORED 0
#define HTTPTEST_STATUS_NOT_MONITORED 1