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:
authorAlex Kalimulin <aleksandrs.kalimulins@zabbix.com>2019-09-20 16:46:15 +0300
committerAlex Kalimulin <aleksandrs.kalimulins@zabbix.com>2019-09-20 18:16:17 +0300
commit8a268a10bdcf1b4edd775aa563eff77b0713f436 (patch)
treee02d73b59f033bda9a6042dd66f66b18893f224e /include/sysinfo.h
parent5fed584499d2f78c2fb37537946ca3a5d9058a4e (diff)
...G...... [ZBXNEXT-1287] added support for English performance counters on Windows
(cherry picked from commit 343070eb9ee1da699825df515b0278460dc2ac15, conflicts resolved) (cherry picked from commit ae1ada16dadfa6b575d71e80def9db60c8c893ba) (cherry picked from commit 666715933de78101ea961a4f24367ade983564e4)
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 9607d69bb74..7ca89ae939d 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -272,6 +272,7 @@ int VM_MEMORY_SIZE(AGENT_REQUEST *request, AGENT_RESULT *result);
#ifdef _WINDOWS
int USER_PERF_COUNTER(AGENT_REQUEST *request, AGENT_RESULT *result);
int PERF_COUNTER(AGENT_REQUEST *request, AGENT_RESULT *result);
+int PERF_COUNTER_EN(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_DISCOVERY(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_INFO(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_STATE(AGENT_REQUEST *request, AGENT_RESULT *result);