From ec99dcce124d70002c5eee4af75a9cf57479b2f1 Mon Sep 17 00:00:00 2001 From: sasha Date: Mon, 11 Feb 2008 13:43:51 +0000 Subject: - [DEV-109] Server changes git-svn-id: svn://svn.zabbix.com/trunk@5340 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/common.h') 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 -- cgit