summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-11 13:43:51 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-11 13:43:51 +0000
commitec99dcce124d70002c5eee4af75a9cf57479b2f1 (patch)
tree244a637f3d59a83c6a93f1eaf0ee3f5fc82b6c02 /include/common.h
parent99bd8136a8237e57ea41b4291c8550df9a3f75a4 (diff)
downloadzabbix-ec99dcce124d70002c5eee4af75a9cf57479b2f1.tar.gz
zabbix-ec99dcce124d70002c5eee4af75a9cf57479b2f1.tar.xz
zabbix-ec99dcce124d70002c5eee4af75a9cf57479b2f1.zip
- [DEV-109] Server changes
git-svn-id: svn://svn.zabbix.com/trunk@5340 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 5dc51927..61f56ce2 100644
--- a/include/common.h
+++ b/include/common.h
@@ -354,6 +354,13 @@ typedef enum
GROUP_STATUS_DISABLED
} zbx_group_status_type_t;
+/* process type */
+typedef enum
+{
+ ZBX_PROCESS_SERVER = 0,
+ ZBX_PROCESS_PROXY
+} zbx_process_t;
+
/* HTTP Tests statuses */
#define HTTPTEST_STATUS_MONITORED 0
#define HTTPTEST_STATUS_NOT_MONITORED 1