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-04-19 15:33:02 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2017-04-19 15:33:02 +0300
commit41131e7e271be9ca269caba6dd44a7d41669f1e7 (patch)
tree5765eed8d25bfa88d74bc0acc636ea5d5c1ed9a3 /include/zbxself.h
parent500c64fe321ea8d0550c987a26abb9a7c4ba0369 (diff)
.......PS. [ZBXNEXT-3655] added self monitoring cache locking optimizations
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index a9a91133c26..de5360e92fa 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -62,6 +62,8 @@
#define ZBX_AGGR_FUNC_MAX 2
#define ZBX_AGGR_FUNC_MIN 3
+#define ZBX_SELFMON_DELAY 1
+
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);