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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-02-14 17:10:21 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-02-14 17:10:21 +0300
commit19d280a2a9a73383331f5feb1e4f85e6eb39e6c9 (patch)
tree5dec57078d1e6f6789a1b86bb168a5cb87fdab71 /include/sysinfo.h
parent9b1f1c6e8c6a7e9be9e4a9532535ff8894333d31 (diff)
...G...... [ZBXNEXT-5604] corrections
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 0f970a7daa2..635a8421441 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -201,6 +201,7 @@ zbx_key_access_rule_type_t;
void init_metrics(void);
int add_metric(ZBX_METRIC *metric, char *error, size_t max_error_len);
+int add_metric_local(ZBX_METRIC *metric, char *error, size_t max_error_len);
void free_metrics(void);
void init_key_access_rules(void);