Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2017-03-14 11:12:56 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2017-03-14 11:12:56 +0300
commitecbc330edc2fbaf849854383f42020afebe4be13 (patch)
treefdfc0f8f733bb05f1e8853dd5f44d19090a94ec6 /include/zbxself.h
parentaa978fbe24c23a07f00caf60e1ec127a2ed1fdbe (diff)
........S. [ZBXNEXT-2442] removed redundant function, reworked alert pools to use
reference counting.
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index 49cec17f7c9..015d28d0881 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -39,19 +39,18 @@
#define ZBX_PROCESS_TYPE_ALERTER 12
#define ZBX_PROCESS_TYPE_TIMER 13
#define ZBX_PROCESS_TYPE_HOUSEKEEPER 14
-#define ZBX_PROCESS_TYPE_WATCHDOG 15
-#define ZBX_PROCESS_TYPE_DATASENDER 16
-#define ZBX_PROCESS_TYPE_CONFSYNCER 17
-#define ZBX_PROCESS_TYPE_HEARTBEAT 18
-#define ZBX_PROCESS_TYPE_SELFMON 19
-#define ZBX_PROCESS_TYPE_VMWARE 20
-#define ZBX_PROCESS_TYPE_COLLECTOR 21
-#define ZBX_PROCESS_TYPE_LISTENER 22
-#define ZBX_PROCESS_TYPE_ACTIVE_CHECKS 23
-#define ZBX_PROCESS_TYPE_TASKMANAGER 24
-#define ZBX_PROCESS_TYPE_IPMIMANAGER 25
-#define ZBX_PROCESS_TYPE_ALERTMANAGER 26
-#define ZBX_PROCESS_TYPE_COUNT 27 /* number of process types */
+#define ZBX_PROCESS_TYPE_DATASENDER 15
+#define ZBX_PROCESS_TYPE_CONFSYNCER 16
+#define ZBX_PROCESS_TYPE_HEARTBEAT 17
+#define ZBX_PROCESS_TYPE_SELFMON 18
+#define ZBX_PROCESS_TYPE_VMWARE 19
+#define ZBX_PROCESS_TYPE_COLLECTOR 20
+#define ZBX_PROCESS_TYPE_LISTENER 21
+#define ZBX_PROCESS_TYPE_ACTIVE_CHECKS 22
+#define ZBX_PROCESS_TYPE_TASKMANAGER 23
+#define ZBX_PROCESS_TYPE_IPMIMANAGER 24
+#define ZBX_PROCESS_TYPE_ALERTMANAGER 25
+#define ZBX_PROCESS_TYPE_COUNT 26 /* number of process types */
#define ZBX_PROCESS_TYPE_UNKNOWN 255
#define ZBX_RTC_LOG_SCOPE_FLAG 0x80