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>2022-01-14 10:30:58 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-14 10:30:58 +0300
commit390ba7d40198a429da4189a77465ab273e32d21a (patch)
tree62b828d7dea6a750cc5257a39f8a6b472e978da1 /include/common.h
parent4c6b49955db4ac5519b5c2b04ee7202e13287f28 (diff)
........S. [ZBXNEXT-7411] renamed problem housekeeper to trigger housekeeper
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index a9ab9abc223..22e7d8919f8 100644
--- a/include/common.h
+++ b/include/common.h
@@ -569,7 +569,7 @@ const char *get_program_type_string(unsigned char program_type);
#define ZBX_PROCESS_TYPE_REPORTMANAGER 33
#define ZBX_PROCESS_TYPE_REPORTWRITER 34
#define ZBX_PROCESS_TYPE_SERVICEMAN 35
-#define ZBX_PROCESS_TYPE_PROBLEMHOUSEKEEPER 36
+#define ZBX_PROCESS_TYPE_TRIGGERHOUSEKEEPER 36
#define ZBX_PROCESS_TYPE_ODBCPOLLER 37
#define ZBX_PROCESS_TYPE_COUNT 38 /* number of process types */