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:
authorVjaceslavs Bogdanovs <vjaceslavs.bogdanovs@zabbix.com>2017-06-08 16:54:26 +0300
committerVjaceslavs Bogdanovs <vjaceslavs.bogdanovs@zabbix.com>2017-06-08 16:54:26 +0300
commit9902bc1bd35d2e63858dca0256ccb2119100c9ad (patch)
tree08865153fd802df9ea1de34247c07826cb7085d7 /include/zbxself.h
parent8d0af41765368e6d4cfe1cdce6490753604bb841 (diff)
...GI..PS. [ZBXNEXT-3006] initial commit of dependent items and preprocessing processes
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index a9a91133c26..6364759b6bb 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -20,9 +20,9 @@
#ifndef ZABBIX_ZBXSELF_H
#define ZABBIX_ZBXSELF_H
-#define ZBX_PROCESS_STATE_IDLE 0
-#define ZBX_PROCESS_STATE_BUSY 1
-#define ZBX_PROCESS_STATE_COUNT 2 /* number of process states */
+#define ZBX_PROCESS_STATE_IDLE 0
+#define ZBX_PROCESS_STATE_BUSY 1
+#define ZBX_PROCESS_STATE_COUNT 2 /* number of process states */
#define ZBX_PROCESS_TYPE_POLLER 0
#define ZBX_PROCESS_TYPE_UNREACHABLE 1
@@ -50,7 +50,9 @@
#define ZBX_PROCESS_TYPE_ACTIVE_CHECKS 23
#define ZBX_PROCESS_TYPE_TASKMANAGER 24
#define ZBX_PROCESS_TYPE_IPMIMANAGER 25
-#define ZBX_PROCESS_TYPE_COUNT 26 /* number of process types */
+#define ZBX_PROCESS_TYPE_PREPROCMAN 26
+#define ZBX_PROCESS_TYPE_PREPROCESSOR 27
+#define ZBX_PROCESS_TYPE_COUNT 28 /* number of process types */
#define ZBX_PROCESS_TYPE_UNKNOWN 255
#define ZBX_RTC_LOG_SCOPE_FLAG 0x80