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:
authorIgors Homjakovs <git-no-reply@zabbix.com>2014-07-29 19:05:56 +0400
committerIgors Homjakovs <git-no-reply@zabbix.com>2014-07-29 19:05:56 +0400
commitefc81376a9bbdaf76b7631c7657baa57db89640f (patch)
tree134cb29b32d6e911843685b55cfb491eca6c43a3 /include/zbxself.h
parent8152ed2025f4e01afbf08cb5ed1b09192f77479a (diff)
...GI..PS. [ZBXNEXT-101] functions get_process_type_by_name(), get_process_type_string() and get_process_type_forks() made common for agent, server and proxy
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index baa80c4a1d9..391b559e977 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -49,7 +49,10 @@
#define ZBX_PROCESS_TYPE_HEARTBEAT 18
#define ZBX_PROCESS_TYPE_SELFMON 19
#define ZBX_PROCESS_TYPE_VMWARE 20
-#define ZBX_PROCESS_TYPE_COUNT 21 /* number of process types */
+#define ZBX_PROCESS_TYPE_COLLECTOR 21
+#define ZBX_PROCESS_TYPE_LISTENER 22
+#define ZBX_PROCESS_TYPE_ACTIVE_CHECKS 23
+#define ZBX_PROCESS_TYPE_COUNT 24 /* number of process types */
#define ZBX_PROCESS_TYPE_UNKNOWN 255
#define ZBX_RTC_LOG_SCOPE_FLAG 0x80