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>2014-08-28 15:52:21 +0400
committerAndris Zeila <andris.zeila@zabbix.com>2014-08-28 15:52:21 +0400
commit017322844915197dc03400bef49c5e88d7b70793 (patch)
tree2e62f715ea5e25146aa657866fb2c25e85e3c979 /include/zbxself.h
parentbc133bb4ff505aaa9d1fb6c90c838431a6403a12 (diff)
...G...PS. [ZBXNEXT-101] fixed server/proxy/agent process startup messages, snmp initialization
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index 1f3b403d00a..749e1f3c488 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -63,6 +63,7 @@
int get_process_type_by_name(const char *proc_type_str);
int get_process_type_forks(unsigned char process_type);
const char *get_process_type_string(unsigned char process_type);
+const char *get_daemon_type_string(int type);
#ifndef _WINDOWS
void init_selfmon_collector(void);